diff options
Diffstat (limited to 'cadi/shiro')
-rw-r--r-- | cadi/shiro/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 88509d82..0346dbe7 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -92,10 +92,16 @@ <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> </dependency> - <dependency> + <!--<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.4.0</version> + </dependency> --> + + <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-core</artifactId> + <version>1.3.2</version> </dependency> </dependencies> |