DATAGEODE-63 - Add Annotation support for Region Compression.

This commit is contained in:
John Blum
2017-11-21 18:09:50 -08:00
parent 47542bd681
commit 8884d35812
12 changed files with 589 additions and 11 deletions

12
pom.xml
View File

@@ -17,16 +17,17 @@
<properties>
<dist.key>SGF</dist.key>
<java-module-name>spring.data.geode</java-module-name>
<source.level>1.8</source.level>
<antlr.version>2.7.7</antlr.version>
<apache-shiro.version>1.3.2</apache-shiro.version>
<assertj.version>3.6.2</assertj.version>
<cache-api.version>1.0.0</cache-api.version>
<geode.version>1.3.0</geode.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<snappy.version>0.4</snappy.version>
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
<source.level>1.8</source.level>
<java-module-name>spring.data.geode</java-module-name>
</properties>
<repositories>
@@ -165,6 +166,13 @@
<version>${apache-shiro.version}</version>
</dependency>
<dependency>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>
<version>${snappy.version}</version>
<optional>true</optional>
</dependency>
<!-- 3rd Party Dependencies -->
<dependency>
<groupId>org.aspectj</groupId>