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 53c6fe1b9d46d69dea40dbc2649676a2e5846243 Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Oct 24 10:22:41 2023 +0200 Remove activation and validation apis --- baremaps-cli/src/license/override.properties | 3 --- pom.xml | 12 ------------ 2 files changed, 15 deletions(-) diff --git a/baremaps-cli/src/license/override.properties b/baremaps-cli/src/license/override.properties index 0b1defd1..85b2630b 100644 --- a/baremaps-cli/src/license/override.properties +++ b/baremaps-cli/src/license/override.properties @@ -28,7 +28,6 @@ com.googlecode.libphonenumber--libphonenumber--8.11.1=Apache License 2.0 com.ibm.icu--icu4j--71.1=Unicode/ICU License 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.yahoo.datasketches--memory--0.9.0=Apache License 2.0 com.yahoo.datasketches--sketches-core--0.9.0=Apache License 2.0 @@ -97,9 +96,7 @@ io.servicetalk--servicetalk-transport-netty-internal--0.42.28=Apache License 2.0 io.servicetalk--servicetalk-utils-internal--0.42.28=Apache License 2.0 io.sgr--s2-geometry-library-java--1.0.0=Apache License 2.0 it.unimi.dsi--fastutil--8.5.9=Apache License 2.0 -jakarta.activation--jakarta.activation-api--1.2.2=Eclipse Distribution License 1.0 jakarta.annotation--jakarta.annotation-api--1.3.5=Eclipse Public License 2.0 -jakarta.validation--jakarta.validation-api--2.0.2=Apache License 2.0 jakarta.ws.rs--jakarta.ws.rs-api--2.1.6=Eclipse Public License 2.0 jakarta.xml.bind--jakarta.xml.bind-api--2.3.3=Eclipse Distribution License 1.0 joda-time--joda-time--2.10.5=Apache License 2.0 diff --git a/pom.xml b/pom.xml index be1d0f12..78c4f902 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,6 @@ limitations under the License. <sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey> <sonar.organization>apache</sonar.organization> <sonar.projectKey>apache_baremaps</sonar.projectKey> - <version.lib.activation>1.2.2</version.lib.activation> <version.lib.annotation-api>1.3.2</version.lib.annotation-api> <version.lib.awaitability>3.0.0</version.lib.awaitability> <version.lib.awssdk>2.17.284</version.lib.awssdk> @@ -112,7 +111,6 @@ limitations under the License. <version.lib.slf4j>2.0.7</version.lib.slf4j> <version.lib.sqlite>3.39.3.0</version.lib.sqlite> <version.lib.testcontainers>1.17.3</version.lib.testcontainers> - <version.lib.validation>2.0.2</version.lib.validation> <version.lucene>9.4.2</version.lucene> <version.lucene-spatial>9.4.2</version.lucene-spatial> <version.plugin.jacoco-maven-plugin>0.8.8</version.plugin.jacoco-maven-plugin> @@ -252,21 +250,11 @@ limitations under the License. <artifactId>jakarta.ws.rs-api</artifactId> <version>${version.lib.jakarta}</version> </dependency> - <dependency> - <groupId>javax.activation</groupId> - <artifactId>activation</artifactId> - <version>${version.lib.activation}</version> - </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>${version.lib.servlet}</version> </dependency> - <dependency> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> - <version>${version.lib.validation}</version> - </dependency> <dependency> <groupId>mil.nga.geopackage</groupId> <artifactId>geopackage</artifactId>
