diff options
author | 2018-09-07 10:48:27 -0500 | |
---|---|---|
committer | 2018-09-07 10:48:37 -0500 | |
commit | 85f33095c117ba5b361749746d564e6308a33f14 (patch) | |
tree | 66ba4713fcfac31f42eaec45af9e031125f1dd07 | |
parent | bb248981a7d495119b6fdfa36afec7d75e78d888 (diff) |
Shiro mixed version
Issue-ID: AAF-420
Change-Id: I1b2015a75f0760a507e7ef46573c5aa3b91d77b5
Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r-- | shiro-osgi-bundle/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 305eab7..35596b5 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>2.1.0</cadi.shiro.version> + <cadi.shiro.version>${project.version}</cadi.shiro.version> </properties> <build> @@ -91,7 +91,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-shiro</artifactId> - <version>2.1.0</version> + <version>${project.version}</version> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |