From 98749c47bbb5f5ddcc1c4f0690b79c7288f6bdd6 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Fri, 21 Feb 2020 14:34:10 -0500 Subject: Enhancements for the aai-common library Issue-ID: AAI-2806 Change-Id: I2dbb46b897b35136ac1bb802978d3f974af1b307 Signed-off-by: Kajur, Harish (vk250x) --- aai-parent/pom.xml | 159 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 141 insertions(+), 18 deletions(-) (limited to 'aai-parent/pom.xml') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 1f44f747..7f4d4a2d 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -59,6 +59,7 @@ limitations under the License. 1.8 0.31.0 1.1.9 + 4.0.2 2.6.2 1.0.1-oss 2.3.29 @@ -80,12 +81,24 @@ limitations under the License. 5.0.4 1.5.0 1.9 - 2.4.0 + + 2.2.0 20190722 4.12 4.5.10 1.5.24 1.2.3 + 1.7.25 1.2.17 1.10.19 2.15.0 @@ -98,11 +111,13 @@ limitations under the License. 1.25 1.5.22.RELEASE + 3.1.0 + 1.2 - + 0.00 @@ -114,20 +129,21 @@ limitations under the License. 3.7.0.1746 - 4.3.25.RELEASE + 4.3.25.RELEASE 4.3.25.RELEASE 4.3.25.RELEASE 1.0.8.RELEASE 1.1.1 2.0.4 - + 1.9.1 + 1.5.1 spring-boot-2-1 - 2.1.12.RELEASE + 1.5.22.RELEASE @@ -153,6 +169,18 @@ limitations under the License. ${aai.release.version} + + org.onap.aai.aai-common + aai-aaf-auth + ${aai.release.version} + + + + org.onap.aai.aai-common + aai-els-onap-logging + ${aai.release.version} + + org.onap.aai.aai-common aai-annotations @@ -251,6 +279,12 @@ limitations under the License. ${logback.version} + + org.slf4j + slf4j-api + ${slf4j.version} + + org.hamcrest java-hamcrest @@ -269,10 +303,24 @@ limitations under the License. ${hamcrest.junit.version} + + javax.servlet + javax.servlet-api + ${javax.servlet.version} + provided + + + javax.annotation + javax.annotation-api + ${javax.annotation.version} + provided + + junit junit ${junit.version} + test @@ -340,8 +388,12 @@ limitations under the License. ${mockito.all.version} - + + org.mockito + mockito-core + ${mockito.core.version} + test + org.powermock powermock-module-junit4 @@ -422,10 +474,24 @@ limitations under the License. ${activemq.version} + + org.onap.aaf.authz + aaf-cadi-core + ${aaf.version} + compile + org.onap.aaf.authz aaf-cadi-aaf ${aaf.version} + compile + + + + org.easymock + easymock + ${easy.mock.version} + test @@ -457,6 +523,11 @@ limitations under the License. json-path ${json.path.version} + + com.jayway.jsonpath + json-path-assert + ${json.path.version} + org.javatuples @@ -543,6 +614,46 @@ limitations under the License. ${commons.io.version} + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-orm + ${spring.version} + + + org.springframework + spring-oxm + ${spring.version} + + + org.springframework + spring-aspects + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + org.springframework.security @@ -568,6 +679,12 @@ limitations under the License. ${aai.common.logging.version} + + org.onap.logging-analytics + logging-slf4j + ${logging.analytics.version} + + org.onap.aai rest-client @@ -586,6 +703,12 @@ limitations under the License. ${io.swagger.version} + + org.aspectj + aspectjrt + ${aspectj.version} + + io.swagger swagger-annotations @@ -688,7 +811,7 @@ limitations under the License. jacoco-maven-plugin ${jacoco.version} - **/gen/** @@ -698,7 +821,7 @@ limitations under the License. - pre-unit-test @@ -706,15 +829,15 @@ limitations under the License. prepare-agent - ${project.build.directory}/code-coverage/jacoco-ut.exec - surefireArgLine - post-unit-test @@ -723,7 +846,7 @@ limitations under the License. report - ${project.build.directory}/code-coverage/jacoco-ut.exec @@ -737,15 +860,15 @@ limitations under the License. prepare-agent - ${project.build.directory}/code-coverage/jacoco-it.exec - failsafeArgLine - post-integration-test @@ -754,7 +877,7 @@ limitations under the License. report - ${project.build.directory}/code-coverage/jacoco-it.exec @@ -802,7 +925,7 @@ limitations under the License. maven-failsafe-plugin 3.0.0-M4 - integration-tests -- cgit 1.2.3-korg