mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
update jersey to version 1.5-ea01
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -42,7 +42,7 @@
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.8.1</version>
|
||||
<version>4.8.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
<source>${project.build.javaLevel}</source>
|
||||
<target>${project.build.javaLevel}</target>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<dependency>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-server</artifactId>
|
||||
<version>1.4-ea06</version>
|
||||
<version>1.5-ea01</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
<properties>
|
||||
<servlet.version>2.5</servlet.version>
|
||||
<jersey.version>1.4-ea06</jersey.version>
|
||||
<jersey.version>1.5-ea01</jersey.version>
|
||||
<guice.version>2.0</guice.version>
|
||||
<ehcache.version>2.2.0</ehcache.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user