diff options
author | su622b <sunil.unnava@att.com> | 2018-04-08 13:50:31 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-04-08 13:50:41 -0400 |
commit | 40077be45039102b97347e4129a8b9c301a82c16 (patch) | |
tree | fa43def0daf6b3e955646a45e67484f7f0bc81d6 /auth/auth-oauth/pom.xml | |
parent | 99f14fb5acc4657255bb0028be8e36b01177361e (diff) |
updated the poms with project versions
Issue-ID: AAF-215
Change-Id: I48ab110906f6e165cde0b3bb21b52178d36eb566
Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'auth/auth-oauth/pom.xml')
-rw-r--r-- | auth/auth-oauth/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index e9ce8b37..ce51d0b7 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/pom.xml @@ -49,16 +49,19 @@ <dependency> <groupId>org.onap.aaf.authz.auth</groupId> <artifactId>aaf-auth-core</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> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-aaf</artifactId> + <version>${project.version}</version> </dependency> </dependencies> |