Skip to content

Commit

Permalink
Remove servlet api
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Oct 24, 2023
1 parent 7d52967 commit 22e2f3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions baremaps-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ limitations under the License.
<version.lib.protobuf>3.21.6</version.lib.protobuf>
<version.lib.roaringbitmap>1.0.0</version.lib.roaringbitmap>
<version.lib.servicetalk>0.42.38</version.lib.servicetalk>
<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.testcontainers>1.19.1</version.lib.testcontainers>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 22e2f3f

Please sign in to comment.