Browse Source

Update dependencies to the versions used in target platform

- update com.jcraft.jsch to 0.1.51
- update javax.servlet to 3.1.0

Change-Id: Ie536182d1efc6dcc3abd03f8a9acd013adcbf2a8
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.0.0.201506020755-rc3
Matthias Sohn 9 years ago
parent
commit
ce8baa3715
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      org.eclipse.jgit.http.server/pom.xml
  2. 3
    3
      pom.xml

+ 1
- 1
org.eclipse.jgit.http.server/pom.xml View File

@@ -75,7 +75,7 @@

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

+ 3
- 3
pom.xml View File

@@ -177,14 +177,14 @@
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>

<jgit-last-release-version>3.7.0.201502260915-r</jgit-last-release-version>
<jsch-version>0.1.50</jsch-version>
<jsch-version>0.1.51</jsch-version>
<javaewah-version>0.7.9</javaewah-version>
<junit-version>4.11</junit-version>
<test-fork-count>1C</test-fork-count>
<args4j-version>2.0.15</args4j-version>
<commons-compress-version>1.6</commons-compress-version>
<osgi-core-version>4.3.1</osgi-core-version>
<servlet-api-version>2.5</servlet-api-version>
<servlet-api-version>3.1.0</servlet-api-version>
<jetty-version>9.2.10.v20150310</jetty-version>
<clirr-version>2.6.1</clirr-version>
<httpclient-version>4.1.3</httpclient-version>
@@ -521,7 +521,7 @@

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<artifactId>javax.servlet-api</artifactId>
<version>${servlet-api-version}</version>
</dependency>


Loading…
Cancel
Save