diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 01:58:34 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 02:00:48 -0400 |
commit | a2a3848edabdc6c2dbac2ea0c8e0f4346aa11edd (patch) | |
tree | faf5da25ab7a77dde214339fb6c232bb6582eaa5 /aai-resources/pom.xml | |
parent | b14b82e963332fe2b813220921a824b80a7cb85f (diff) |
Fix aaf startup issue for spring boot update
Issue-ID: AAI-2886
Change-Id: I7aeec1fe74ec16eff1b131c9fbd40385312afdf4
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 603c1b1..c414070 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -494,6 +494,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> @@ -518,6 +522,12 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema-ingest</artifactId> + <exclusions> + <exclusion> + <groupId>org.onap.aai.aai-common</groupId> + <artifactId>aai-aaf-auth</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |