Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-04-02 11:56:32 +0000
committerMatthias Sohn2017-04-02 13:45:00 +0000
commit6d5d3e45847d611ea57606e744b909406371d392 (patch)
tree61260d1a9e79e7a0a4afa54f94960a242f0e3bfd /pom.xml
parentb65a764b6bc5d28f59084a3af98df04fdf6373ba (diff)
parent1b45b06116eee607152822d58103f5e4973d27b8 (diff)
downloadjgit-6d5d3e45847d611ea57606e744b909406371d392.tar.gz
jgit-6d5d3e45847d611ea57606e744b909406371d392.tar.xz
jgit-6d5d3e45847d611ea57606e744b909406371d392.zip
Merge branch 'stable-4.6'
* stable-4.6: Update Jetty to 9.3.17.v20170317 Revert "Update Jetty to 9.4.1.v20170120 in buck build" Revert "Update Jetty to 9.4.1.v20170120" Change-Id: I9193b568cce9c72da899a8f3eaaf833956438e13 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 408c248136..b4373d7c5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
<commons-compress-version>1.6</commons-compress-version>
<osgi-core-version>4.3.1</osgi-core-version>
<servlet-api-version>3.1.0</servlet-api-version>
- <jetty-version>9.4.3.v20170317</jetty-version>
+ <jetty-version>9.3.17.v20170317</jetty-version>
<japicmp-version>0.5.3</japicmp-version>
<httpclient-version>4.3.6</httpclient-version>
<slf4j-version>1.7.2</slf4j-version>
@@ -635,18 +635,6 @@
</dependency>
<dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-security</artifactId>
- <version>${jetty-version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- <version>${jetty-version}</version>
- </dependency>
-
- <dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>${osgi-core-version}</version>

Back to the top