diff options
author | Sai Gandham <sg481n@att.com> | 2018-10-04 20:23:05 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-10-04 20:23:29 -0500 |
commit | 8939c08512bf6a4629605366a001955de55528fd (patch) | |
tree | 4a8940f7921fdb1b62908d3d546598f52c513362 | |
parent | ffe432335bc7603043a1853ae1f7c0bfbbc255e4 (diff) |
change cadi shiro version
Issue-ID: AAF-537
Change-Id: I76cd87edad7acdb43ab48552cf68bc3df598ccf2
Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r-- | shiro-osgi-bundle/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 35596b5..04d8764 100644 --- a/shiro-osgi-bundle/pom.xml +++ b/shiro-osgi-bundle/pom.xml @@ -36,7 +36,7 @@ <properties> <sonar.skip>true</sonar.skip> - <cadi.shiro.version>${project.version}</cadi.shiro.version> + <cadi.shiro.version>2.1.1</cadi.shiro.version> </properties> <build> @@ -91,7 +91,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-shiro</artifactId> - <version>${project.version}</version> + <version>2.1.1</version> </dependency> </dependencies> </project> |