Skip to content

Commit

Permalink
Remove activation and validation apis
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Oct 24, 2023
1 parent cb7db2d commit 7d52967
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions baremaps-cli/src/license/override.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>4.2.0</version.lib.awaitability>
<version.lib.awssdk>2.21.5</version.lib.awssdk>
Expand Down Expand Up @@ -111,9 +110,7 @@ limitations under the License.
<version.lib.servlet>3.1.0</version.lib.servlet>
<version.lib.slf4j>2.0.9</version.lib.slf4j>
<version.lib.sqlite>3.43.2.1</version.lib.sqlite>
<version.lib.swagger-parser>2.1.18</version.lib.swagger-parser>
<version.lib.testcontainers>1.19.1</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.11</version.plugin.jacoco-maven-plugin>
Expand Down Expand Up @@ -253,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>
Expand Down

0 comments on commit 7d52967

Please sign in to comment.