summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/pom.xml
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2024-05-05 10:56:32 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-08 02:47:05 +0200
commit026d46de13eb2321c18045469f27b065ba107ff5 (patch)
tree7b81ca681d8ea1e7818aa8da313f510440dd1626 /org.eclipse.jgit.http.test/pom.xml
parenta31580f459b0ae24b51c519ce71ad728ff156c8f (diff)
downloadjgit-026d46de13eb2321c18045469f27b065ba107ff5.tar.gz
jgit-026d46de13eb2321c18045469f27b065ba107ff5.zip
Bump jetty version to 12.0.9 and servlet-api to 6.0next
Bug: jgit-41 Change-Id: Ib3e42581db2dd88043a1a67d606795501b8019f4
Diffstat (limited to 'org.eclipse.jgit.http.test/pom.xml')
-rw-r--r--org.eclipse.jgit.http.test/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml
index 9187612b97..01ee7824ca 100644
--- a/org.eclipse.jgit.http.test/pom.xml
+++ b/org.eclipse.jgit.http.test/pom.xml
@@ -58,6 +58,11 @@
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit.http</artifactId>
<version>${project.version}</version>
@@ -77,8 +82,8 @@
</dependency>
<dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlet</artifactId>
+ <groupId>org.eclipse.jetty.ee10</groupId>
+ <artifactId>jetty-ee10-servlet</artifactId>
</dependency>
</dependencies>