1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-27 20:25:52 +00:00

Remove unused/outdated javax jaxb dependency

This commit is contained in:
Pat McCusker 2025-06-07 12:58:16 -04:00
parent e0d5c84451
commit 0b08e5fb45
2 changed files with 0 additions and 10 deletions

View file

@ -29,10 +29,6 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>

View file

@ -25,7 +25,6 @@
<aws-sdk.version>2.30.19</aws-sdk.version>
<!-- https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/setup-project-maven.html#sdk-as-dependency -->
<directfile-bom.version>0.0.1-SNAPSHOT</directfile-bom.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<logstash.version>7.4</logstash.version>
<modelmapper.version>3.1.0</modelmapper.version>
<modelmapper-module-record.version>1.0.0</modelmapper-module-record.version>
@ -145,11 +144,6 @@
<artifactId>logstash-logback-encoder</artifactId>
<version>${logstash.version}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>