DATAGEODE-229 - Upgrade to Apache Geode 1.9.1.

This commit is contained in:
John Blum
2019-09-06 11:22:43 -07:00
parent 1a804d5ede
commit 928f47d790

10
pom.xml
View File

@@ -22,7 +22,8 @@
<antlr.version>2.7.7</antlr.version>
<apache-shiro.version>1.4.1</apache-shiro.version>
<cache-api.version>1.1.1</cache-api.version>
<geode.version>1.9.0</geode.version>
<geode.version>1.9.1</geode.version>
<log4j.version>2.12.1</log4j.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<snappy.version>0.4</snappy.version>
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
@@ -190,6 +191,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>javax.annotation</groupId>