X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=common%2Fpom.xml;h=04deacf129d205f17003dec78702e0caf0d38322;hb=2f497888bfcc70a6982843454e346c46ee02ce78;hp=a52897170ae1ee2d4e7ef8a3bfd41179266b07d6;hpb=8e42b4e3fd9c00d73d371ccdbe2147733821bb56;p=so.git diff --git a/common/pom.xml b/common/pom.xml index a52897170a..04deacf129 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,6 +16,7 @@ 3.6.1 4.1.30.Final 0.4.2 + 1.6.0-SNAPSHOT @@ -58,7 +59,7 @@ org.onap.aai.schema-service aai-schema - 1.0.0 + 1.6.3 org.modelmapper @@ -95,6 +96,11 @@ + + org.apache.tomcat + tomcat-catalina + 9.0.30 + org.slf4j slf4j-ext @@ -117,11 +123,6 @@ org.springframework.security spring-security-web - - org.onap.logging-analytics - logging-slf4j - 1.2.2 - org.mockito mockito-core @@ -135,6 +136,17 @@ spring-boot-starter-test test + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.9 + + + javax.servlet + servlet-api + + + org.reflections reflections @@ -186,7 +198,76 @@ ${grpc.version} test - + + org.javatuples + javatuples + 1.2 + + + org.camunda.bpm + camunda-external-task-client + 1.1.1 + + + org.onap.appc.client + client-lib + ${appc.client.version} + + + org.mockito + mockito-core + + + org.powermock + powermock-module-junit4 + + + org.powermock + powermock-api-mockito + + + + + org.onap.appc.client + client-kit + ${appc.client.version} + + + org.mockito + mockito-core + + + + + org.onap.appc.client + client-lib + ${appc.client.version} + + + org.mockito + mockito-core + + + org.powermock + powermock-module-junit4 + + + org.powermock + powermock-api-mockito + + + + + org.onap.appc.client + client-kit + ${appc.client.version} + + + org.mockito + mockito-core + + + @@ -241,6 +322,23 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + tests-jar + package + + test-jar + + + false + + + +