summaryrefslogtreecommitdiffstats
path: root/cadi
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-04-17 23:21:17 +0000
committerSai Gandham <sg481n@att.com>2018-04-17 23:21:23 +0000
commit3c0e04b9064ff069f5e594a5023c2f18ba487e80 (patch)
treec3440bca5be5d4ccbedb60ddc559c5bf002c70f7 /cadi
parent0b8d6377d7d67800f5059d56352c017f712ccbc2 (diff)
Downgrade shiro core version to 1.3.2
Issue-ID: AAF-228 Change-Id: I955729710ba297eed14168d7ef45b09ad81cc81a Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi')
-rw-r--r--cadi/shiro/pom.xml8
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>