diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 12:29:32 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 12:29:43 -0500 |
commit | 39c1c1ce440c64472392dc6f4d92dc43c2be12f0 (patch) | |
tree | ee6c64e6e718f236ec4d4cc3d47eb07c15b11b2c /cadi/shiro | |
parent | f482ea06ac55e56025c64916592f07db2c1fddd7 (diff) |
Update Shiro Version
Issue-ID: AAF-228
Change-Id: I17ba5973672b3c1baed736b28476f1301621d63e
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'cadi/shiro')
-rw-r--r-- | cadi/shiro/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 5374ef48..b5838c5b 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -91,12 +91,11 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> - <version>1.3.2</version> + <version>1.4.0</version> </dependency> </dependencies> <build> |