You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/10/24 08:29:22 UTC

[incubator-baremaps] 04/04: Remove servlet api

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 5d424f725d4690d97dfba4112399905e692dc964
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Tue Oct 24 10:24:47 2023 +0200

    Remove servlet api
---
 baremaps-benchmark/pom.xml | 5 -----
 pom.xml                    | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/baremaps-benchmark/pom.xml b/baremaps-benchmark/pom.xml
index 31c4b2ea..150a346d 100644
--- a/baremaps-benchmark/pom.xml
+++ b/baremaps-benchmark/pom.xml
@@ -34,11 +34,6 @@ limitations under the License.
   </properties>
 
   <dependencies>
-    <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>javax.annotation-api</artifactId>
-      <version>${version.lib.annotation-api}</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.baremaps</groupId>
       <artifactId>baremaps-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 78c4f902..a7535c66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,6 @@ limitations under the License.
     <version.lib.protobuf>3.21.6</version.lib.protobuf>
     <version.lib.roaringbitmap>0.9.38</version.lib.roaringbitmap>
     <version.lib.servicetalk>0.42.28</version.lib.servicetalk>
-    <version.lib.servlet>3.1.0</version.lib.servlet>
     <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>
@@ -250,11 +249,6 @@ limitations under the License.
         <artifactId>jakarta.ws.rs-api</artifactId>
         <version>${version.lib.jakarta}</version>
       </dependency>
-      <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>javax.servlet-api</artifactId>
-        <version>${version.lib.servlet}</version>
-      </dependency>
       <dependency>
         <groupId>mil.nga.geopackage</groupId>
         <artifactId>geopackage</artifactId>