summaryrefslogtreecommitdiffstats
path: root/auth/auth-batch/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-batch/pom.xml')
-rw-r--r--auth/auth-batch/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml
index bd049804..8d97f105 100644
--- a/auth/auth-batch/pom.xml
+++ b/auth/auth-batch/pom.xml
@@ -97,26 +97,31 @@
<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-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz.misc</groupId>
<artifactId>aaf-misc-rosetta</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>
<groupId>org.onap.aaf.authz.auth</groupId>
<artifactId>aaf-auth-cass</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>