diff options
Diffstat (limited to 'cadi/shiro')
-rw-r--r-- | cadi/shiro/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 990b9ceb..7302a411 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -25,7 +25,7 @@ <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>parent</artifactId> <version>2.1.0-SNAPSHOT</version> - <relativePath>..</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -91,6 +91,7 @@ <dependency> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-aaf</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shiro</groupId> |