diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-17 01:49:18 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-17 09:32:58 -0400 |
commit | 232e492571c039461249065963246524e7974f47 (patch) | |
tree | 9ef5e94d79cebc384c809a9a99f1ea9832253ee6 /pom.xml | |
parent | 39a7df7ea074d9c4a9730d5eebbd6130a54899a5 (diff) |
Update to use aai-common 1.7.2 and use common aaf auth1.7.0
Issue-ID: AAI-3128
Change-Id: I89fa3c1b442eb8b528b1074ad07eb88f786ba264
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.7.0</version> + <version>1.7.2</version> </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> @@ -56,7 +56,7 @@ <docker.push.registry>localhost:5000</docker.push.registry> <aai.docker.version>1.0.0</aai.docker.version> <aai.schema.service.version>1.7.9</aai.schema.service.version> - <aai.common.version>1.7.0</aai.common.version> + <aai.common.version>1.7.2</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> <aai.docker.namespace>onap</aai.docker.namespace> @@ -346,6 +346,10 @@ <artifactId>aai-core</artifactId> <exclusions> <exclusion> + <groupId>org.onap.aai.aai-common</groupId> + <artifactId>aai-aaf-auth</artifactId> + </exclusion> + <exclusion> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> </exclusion> |