From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- common/pom.xml | 346 +++++++++++++++++++++++---------------------------------- 1 file changed, 138 insertions(+), 208 deletions(-) (limited to 'common/pom.xml') diff --git a/common/pom.xml b/common/pom.xml index 86b9f36e50..8a5f5a2e37 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,155 +1,110 @@ - 4.0.0 - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.onap.so so - 1.2.0-SNAPSHOT - - common - MSO Common classes - MSO Common classes:- Logger - - 4.3.2.RELEASE - - - - com.att.eelf - eelf-core - 0.0.1 - - - org.powermock - powermock-module-junit4 - - - org.powermock - powermock-api-mockito - - - - - ch.qos.logback - logback-classic - 1.2.3 - - - ch.qos.logback - logback-core - 1.2.3 - - - org.slf4j - slf4j-api - - - org.apache.httpcomponents - httpclient - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - org.jboss.spec.javax.ejb - jboss-ejb-api_3.2_spec - 1.0.0.Final - provided - - - org.jboss.ejb3 - jboss-ejb3-ext-api - 2.2.0.Final - provided - + 1.3.0-SNAPSHOT + + common + MSO Common classes + MSO Common classes:- Logger + + + org.apache.httpcomponents + httpclient + + + javax.servlet + javax.servlet-api + 3.1.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.7 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.4.0 + org.springframework spring-aspects 3.1.2.RELEASE - com.openpojo - openpojo - 0.8.6 - + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-actuator + com.jayway.jsonpath json-path 2.2.0 - - org.hibernate - hibernate-core - 4.3.6.Final - - - - org.jboss - jandex - - - org.javassist - javassist - - - org.jboss.logging - jboss-logging - - - org.jboss.logging - jboss-logging-annotations - - - org.jboss.spec.javax.transaction - jboss-transaction-api_1.2_spec - - - antlr - antlr - - - dom4j - dom4j - - - - + + org.hibernate + hibernate-core + 4.3.6.Final + + com.wordnik swagger-annotations_2.9.1 1.3.0 - - org.onap.appc.client - client-kit - 1.3.0 - - - org.onap.appc.client - client-lib - 1.3.0 - + + org.onap.appc.client + client-kit + 1.3.0 + + + org.onap.appc.client + client-lib + 1.3.0 + org.springframework spring-web - ${spring.version} - - org.onap.aai.aai-common - aai-schema - 1.2.1 - - org.modelmapper - modelmapper - 1.1.0 + org.onap.aai.aai-common + aai-schema + + + + 1.3.0-SNAPSHOT + + + org.modelmapper + modelmapper + 1.1.0 com.google.guava guava 22.0 + + org.apache.commons + commons-lang3 + 3.4 + + + org.apache.cxf + cxf-rt-rs-client + ${cxf.version} + test + com.shazam shazamcrest @@ -166,94 +121,69 @@ + + + + org.slf4j + slf4j-ext + 1.7.25 + - log4j - log4j - 1.2.17 - + ch.qos.logback + logback-classic + 1.2.3 + - org.apache.commons - commons-lang3 - 3.4 + ch.qos.logback + logback-core + 1.2.3 - - org.assertj - assertj-core - 3.9.0 - test - - - - - - src/main/resources - true - - - src/main/java - - **/*.java - - - - - - com.att.eelf - eelf-maven-plugin - 0.0.1 - - - validate - install - - ValidateApplicationMsgs - - - - - org.openecomp.mso.logger.MessageEnum - - - - - - wiki - install - - WikiMsgGenerator - - - target/messages - messages.html - - Messages and Codes - APP - Messages and Codes - test - test + + org.slf4j + slf4j-api - - - - org.openecomp.mso.logger.MessageEnum -

- - - - - - - - - - org.onap.so - common - ${project.version} - - + + + janino + janino + 2.5.15 + + + org.springframework.boot + spring-boot-configuration-processor + true + + + net.jodah + failsafe + 1.1.0 + + + org.springframework.security + spring-security-web + 5.0.5.RELEASE + - - - + + + + + src/main/resources + true + + + src/main/java + + **/*.java + + + + -- cgit 1.2.3-korg