summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-04-30 23:32:50 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-05-01 03:04:01 -0400
commit93e3147e5134e6be8596a4ba0ccc5e3c71f625b9 (patch)
tree0fc69014679f0a808d6ff989be3fa995e39f313b /org.eclipse.jgit.http.server
parent8c0c96e0a7e88a12cb4478fc5983680e24c34855 (diff)
downloadjgit-93e3147e5134e6be8596a4ba0ccc5e3c71f625b9.tar.gz
jgit-93e3147e5134e6be8596a4ba0ccc5e3c71f625b9.zip
Update to jakarta.servlet:jakarta.servlet-api:4.0.4
Change-Id: I892b44e7886f5c30be7b2003ca048e3e22aa75f6
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r--org.eclipse.jgit.http.server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 67c99c63c5..5327ed63ea 100644
--- a/org.eclipse.jgit.http.server/pom.xml
+++ b/org.eclipse.jgit.http.server/pom.xml
@@ -42,8 +42,8 @@
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>