diff options
Diffstat (limited to 'auth/auth-hello/pom.xml')
-rw-r--r-- | auth/auth-hello/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index 10164fea..6ebd7b8a 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -49,11 +49,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-aaf</artifactId> + <version>${project.version}</version> </dependency> </dependencies> |