diff options
Diffstat (limited to 'authz-test/pom.xml')
-rw-r--r-- | authz-test/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/authz-test/pom.xml b/authz-test/pom.xml index 36f30833..f838d175 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -75,21 +75,25 @@ <dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-client</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-cmd</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
|