summaryrefslogtreecommitdiffstats
path: root/auth/auth-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-core/pom.xml')
-rw-r--r--auth/auth-core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml
index e7538042..ef6ac493 100644
--- a/auth/auth-core/pom.xml
+++ b/auth/auth-core/pom.xml
@@ -92,10 +92,12 @@
<dependency>
<groupId>org.onap.aaf.authz.misc</groupId>
<artifactId>aaf-misc-env</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz.cadi</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
@@ -106,11 +108,13 @@
<dependency>
<groupId>org.onap.aaf.authz.misc</groupId>
<artifactId>aaf-misc-log4j</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz.cadi</groupId>
<artifactId>aaf-cadi-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>