From: Jimmy Forsyth Date: Fri, 22 Nov 2019 15:34:18 +0000 (-0500) Subject: Add dependencies for traversal X-Git-Tag: 1.6.1~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e10ce53d4045218e9109c7daaef3b157eac3cb28;p=aai%2Faai-common.git Add dependencies for traversal Issue-ID: AAI-2724 Signed-off-by: Jimmy Forsyth Change-Id: I4f01fbcae12adf1d11f3ddda3c6cbc463212cf3a --- diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index cbc77db9..767d3110 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -26,6 +26,7 @@ 2.1.15 + 4.7.2 5.15.10 1.9.13 1.9.4 @@ -54,9 +55,12 @@ 2.1.11 0.0.24 5.0.4 + 1.5.0 1.9 + 2.4.0 20190722 4.12 + 4.5.10 1.5.24 1.2.3 1.2.17 @@ -66,8 +70,11 @@ 4.0.56.Final 3.1 1.6.6 + 3.1.1 1.5.22.RELEASE 4.3.25.RELEASE + 4.3.25.RELEASE + 4.3.25.RELEASE 1.0.8.RELEASE 1.5.1 1.5.1 @@ -84,6 +91,20 @@ import + + org.springframework.boot + spring-boot-starter-web + ${spring.boot.version} + + + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.version} + pom + import + + org.springframework.boot spring-boot-dependencies @@ -99,6 +120,12 @@ ${spring.boot.version} + + org.springframework + spring-test + ${spring.test.version} + + commons-configuration commons-configuration @@ -220,6 +247,12 @@ ${powermock.version} + + org.powermock + powermock-module-junit4-rule-agent + ${powermock.version} + + org.powermock powermock-api-mockito @@ -237,9 +270,20 @@ - org.json - json - ${json.version} + org.antlr + antlr4-runtime + ${antlr.version} + + + org.antlr + antlr4-maven-plugin + ${antlr.version} + + + + org.json + json + ${json.version} @@ -302,6 +346,12 @@ ${json.patch.version} + + com.jayway.jsonpath + json-path + ${json.path.version} + + org.javatuples javatuples @@ -409,6 +459,12 @@ ${spring.security.rsa.version} + + org.springframework + spring-jms + ${spring.jms.version} + + org.onap.aai.logging-service common-logging @@ -475,6 +531,27 @@ ${aai.schema.service.version} + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + + org.skyscreamer + jsonassert + ${jsonassert.version} + test + + + + + + org.codehaus.plexus + plexus-utils + ${plexus.utils.version} + +