diff options
Diffstat (limited to 'authz-gw')
-rw-r--r-- | authz-gw/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index b1fb26a8..8d62f9e2 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -72,6 +72,7 @@ <dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-core</artifactId>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
@@ -84,6 +85,7 @@ <dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
+ <version>${project.version}</version>
</dependency>
|