diff options
author | 2018-11-27 10:34:00 -0500 | |
---|---|---|
committer | 2018-11-27 11:23:43 -0500 | |
commit | 677b05aeacfd280209a07debba202eaa01ac0968 (patch) | |
tree | 30dc3d785111443b1286467b78aa21426955e23d /ecomp-sdk/epsdk-fw/pom.xml | |
parent | 92846d74d61560f7aba45fbb6dd3ca24e1cb29a2 (diff) |
Issue-ID: PORTAL-474
System to system authorization using CADI
Change-Id: I58047d4cda3f445a223c6a12e59924db6881553a
Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-fw/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-fw/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 2a2e7721..aaf02147 100644 --- a/ecomp-sdk/epsdk-fw/pom.xml +++ b/ecomp-sdk/epsdk-fw/pom.xml @@ -77,7 +77,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>2.1.7-SNAPSHOT</version> + <version>2.1.7</version> <exclusions> <exclusion> <groupId>gso</groupId> @@ -88,7 +88,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-core</artifactId> - <version>2.1.7-SNAPSHOT</version> + <version>2.1.7</version> </dependency> <dependency> <groupId>javax.servlet</groupId> |