Skip to content

Commit

Permalink
Remove jaxb
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Oct 24, 2023
1 parent 6eed510 commit cb7db2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions baremaps-cli/src/license/override.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ com.j256.ormlite--ormlite-jdbc--6.1=ISC License
com.jayway.jsonpath--json-path--2.7.0=Apache License 2.0
com.sun.activation--jakarta.activation--1.2.2=Eclipse Distribution License 1.0
com.sun.istack--istack-commons-runtime--3.0.12=Eclipse Distribution License 1.0
com.sun.xml.bind--jaxb-core--2.3.0.1=Common Development and Distribution License 1.1
com.sun.xml.bind--jaxb-impl--2.3.3=Eclipse Distribution License 1.0
com.yahoo.datasketches--memory--0.9.0=Apache License 2.0
com.yahoo.datasketches--sketches-core--0.9.0=Apache License 2.0
com.zaxxer--HikariCP--5.0.1=Apache License 2.0
Expand Down Expand Up @@ -160,8 +158,6 @@ org.glassfish.hk2--hk2-utils--2.6.1=Eclipse Public License 2.0
org.glassfish.hk2--osgi-resource-locator--1.0.3=Eclipse Public License 2.0
org.glassfish.hk2.external--aopalliance-repackaged--2.6.1=Eclipse Public License 2.0
org.glassfish.hk2.external--jakarta.inject--2.6.1=Eclipse Public License 2.0
org.glassfish.jaxb--jaxb-runtime--2.3.5=Eclipse Distribution License 1.0
org.glassfish.jaxb--txw2--2.3.5=Eclipse Distribution License 1.0
org.glassfish.jersey.core--jersey-client--2.35=Apache License 2.0
org.glassfish.jersey.core--jersey-common--2.35=Apache License 2.0
org.glassfish.jersey.core--jersey-server--2.35=Apache License 2.0
Expand Down
4 changes: 0 additions & 4 deletions baremaps-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ limitations under the License.
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps-core</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ limitations under the License.
<version.lib.ipresource>1.52</version.lib.ipresource>
<version.lib.jackson>2.13.0</version.lib.jackson>
<version.lib.jakarta>2.1.6</version.lib.jakarta>
<version.lib.jaxb-runtime>2.3.5</version.lib.jaxb-runtime>
<version.lib.jersey>2.37</version.lib.jersey>
<version.lib.jmh>1.35</version.lib.jmh>
<version.lib.jsqlparser>4.7</version.lib.jsqlparser>
<version.lib.jts>1.19.0</version.lib.jts>
Expand Down Expand Up @@ -368,11 +366,6 @@ limitations under the License.
<version>${version.lib.awaitability}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${version.lib.jaxb-runtime}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
Expand Down

0 comments on commit cb7db2d

Please sign in to comment.