diff options
Diffstat (limited to 'auth/auth-fs')
-rw-r--r-- | auth/auth-fs/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index bb61fb59..c0bbf45f 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -86,11 +86,13 @@ <dependency> <groupId>org.onap.aaf.authz.auth</groupId> <artifactId>aaf-auth-core</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-core</artifactId> + <version>${project.version}</version> </dependency> </dependencies> |