diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-17 23:21:17 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-17 23:21:23 +0000 |
commit | 3c0e04b9064ff069f5e594a5023c2f18ba487e80 (patch) | |
tree | c3440bca5be5d4ccbedb60ddc559c5bf002c70f7 /cadi/shiro/pom.xml | |
parent | 0b8d6377d7d67800f5059d56352c017f712ccbc2 (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/shiro/pom.xml')
-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> |