SGF-559 - Configure Geode Integrated Security with annotations.
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -20,6 +20,7 @@
|
||||
<properties>
|
||||
<dist.key>SGF</dist.key>
|
||||
<antlr.version>2.7.7</antlr.version>
|
||||
<apache-shiro.version>1.3.2</apache-shiro.version>
|
||||
<assertj.version>2.5.0</assertj.version>
|
||||
<gemfire.version>1.1.0-incubating-SNAPSHOT</gemfire.version>
|
||||
<google-code-findbugs.version>2.0.2</google-code-findbugs.version>
|
||||
@@ -28,6 +29,7 @@
|
||||
<spring>4.3.3.RELEASE</spring>
|
||||
<springdata.commons>1.12.4.RELEASE</springdata.commons>
|
||||
<spring-shell.version>1.1.0.RELEASE</spring-shell.version>
|
||||
<source.level>1.8</source.level>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -124,6 +126,12 @@
|
||||
<version>${aspectj}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-spring</artifactId>
|
||||
<version>${apache-shiro.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user