summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shiro-osgi-bundle/pom.xml4
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>