This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch remove-ogcapi
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit be4db8f30d3385111b31cf244ba0c6084ad13aa2
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Oct 24 10:07:32 2023 +0200

    Remove jaxb
---
 baremaps-cli/src/license/override.properties | 4 ----
 baremaps-server/pom.xml                      | 4 ----
 pom.xml                                      | 6 ------
 3 files changed, 14 deletions(-)

diff --git a/baremaps-cli/src/license/override.properties 
b/baremaps-cli/src/license/override.properties
index a34b3a7b..0b1defd1 100644
--- a/baremaps-cli/src/license/override.properties
+++ b/baremaps-cli/src/license/override.properties
@@ -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
@@ -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
diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml
index b842a2f8..291e6b72 100644
--- a/baremaps-server/pom.xml
+++ b/baremaps-server/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 09c144db..be1d0f12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,6 @@ limitations under the License.
     <version.lib.ipresource>1.49</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.35</version.lib.jersey>
     <version.lib.jmh>1.35</version.lib.jmh>
     <version.lib.jsqlparser>4.2</version.lib.jsqlparser>
@@ -366,11 +365,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>

Reply via email to