SGF-569 - Move Off-Heap, Redis Adapter and Security Annotation config from apache-geode to SDG 2.0.x.

This commit is contained in:
John Blum
2016-11-18 15:58:56 -08:00
parent 9bba7e747e
commit 49b86a0ed0
31 changed files with 1923 additions and 237 deletions

View File

@@ -17,6 +17,7 @@
<properties>
<antlr.version>2.7.7</antlr.version>
<apache-shiro.version>1.3.1</apache-shiro.version>
<assertj.version>2.5.0</assertj.version>
<gemfire.version>9.0.0-beta.1</gemfire.version>
<google-code-findbugs.version>2.0.2</google-code-findbugs.version>
@@ -98,6 +99,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>${apache-shiro.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>