SGF-584 - Upgrade Dependencies.
This commit is contained in:
25
pom.xml
25
pom.xml
@@ -8,12 +8,12 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.8.5.RELEASE</version>
|
||||
<version>2.0.0.M1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-geode</artifactId>
|
||||
<version>1.1.0.INCUBATING-SNAPSHOT</version>
|
||||
<version>1.1.0.SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data Geode</name>
|
||||
|
||||
@@ -21,21 +21,19 @@
|
||||
<dist.key>SGF</dist.key>
|
||||
<antlr.version>2.7.7</antlr.version>
|
||||
<apache-shiro.version>1.3.1</apache-shiro.version>
|
||||
<assertj.version>3.5.2</assertj.version>
|
||||
<gemfire.version>1.1.0-incubating-SNAPSHOT</gemfire.version>
|
||||
<google-code-findbugs.version>2.0.2</google-code-findbugs.version>
|
||||
<assertj.version>3.6.1</assertj.version>
|
||||
<gemfire.version>1.1.0-SNAPSHOT</gemfire.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<servlet-api.version>2.5</servlet-api.version>
|
||||
<spring>4.3.4.RELEASE</spring>
|
||||
<springdata.commons>1.12.5.RELEASE</springdata.commons>
|
||||
<spring-data-commons.version>2.0.0.M1</spring-data-commons.version>
|
||||
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
|
||||
<source.level>1.8</source.level>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-release</id>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>apache-snapshots</id>
|
||||
@@ -73,7 +71,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-commons</artifactId>
|
||||
<version>${springdata.commons}</version>
|
||||
<version>${spring-data-commons.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -125,13 +123,6 @@
|
||||
<version>${jackson}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>annotations</artifactId>
|
||||
<version>${google-code-findbugs.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-spring</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user