From 7e44fa716640f855fa066c7b0d8f7dca767837b0 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Wed, 7 Feb 2018 10:11:30 +0100 Subject: Remove AJSC container. Remove AJSC container and adapt the dependencies & unit tests Issue-ID: CLAMP-85 Change-Id: I4289dd8a13645df238f35d2791718639b04a509f Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 217 ++++++++++++++++++++++++++++------------------------------------ 1 file changed, 93 insertions(+), 124 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 433aef12..e11e44e1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP CLAMP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -33,11 +33,11 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT - This project build the ONAP CLAMP JAR that contains AJSC + CLAMP code. + This project build the ONAP CLAMP JAR that contains CLAMP back-end code and its UI part. By Default "mvn clean install" command will execute also the unit tests and the integration tests. The integration tests require a docker engine running. @@ -54,7 +54,7 @@ - org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json - org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties - + yyyy.MM.dd'T'hh.mm.ss'Z' @@ -66,12 +66,12 @@ UTF-8 3306 - 0.0.3-oss git-server 1.8 - 6.1.0.6-oss - 6.2.0.6-oss - 6.1.0.3-oss + + 1.0.0 + 2.20.1 + 1.5.9.RELEASE java jacoco @@ -145,11 +145,27 @@ + - org.springframework.boot spring-boot-dependencies - 1.4.1.RELEASE + ${springboot.version} + pom + import + + + + org.camunda.bpm + camunda-bom + 7.6.0 + import + pom + + + + org.apache.camel + camel-spring-boot-dependencies + ${camel.version} pom import @@ -158,60 +174,83 @@ - commons-io - commons-io - 2.6 + com.att.eelf + eelf-core + ${eelf.core.version} + - com.googlecode.json-simple - json-simple - 1.1 + org.apache.camel + camel-spring-boot-starter + - org.apache.commons - commons-vfs2 - 2.0 + org.apache.camel + camel-jaxb-starter - - org.springframework.security - spring-security-test - - test + org.apache.camel + camel-cxf-starter - - - + - com.att.ajsc - sdk-java-common-logging - ${sdk.java.common.logging} + org.springframework.boot + spring-boot-starter-web org.springframework.boot spring-boot-starter-tomcat - compile org.springframework.boot - spring-boot-starter-actuator + spring-boot-starter-jersey + + + org.springframework + spring-jdbc org.springframework.boot spring-boot-starter-security + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot spring-boot-starter-test test + + - joda-time - joda-time + org.camunda.bpm.extension.springboot + camunda-bpm-spring-boot-starter + 2.0.0 - org.springframework - spring-context + org.camunda.bpm.extension.springboot + camunda-bpm-spring-boot-starter-webapp + 2.0.0 + + + commons-io + commons-io + 2.6 + + + com.googlecode.json-simple + json-simple + + + org.apache.commons + commons-vfs2 + 2.0 + + + joda-time + joda-time org.slf4j @@ -222,10 +261,6 @@ javax.ws.rs-api 2.0 - - org.springframework - spring-test - junit junit @@ -235,15 +270,6 @@ mockito-all 1.9.5 - - commons-logging - commons-logging - 1.1.1 - - - org.springframework - spring-aspects - com.fasterxml.jackson.core jackson-core @@ -252,27 +278,6 @@ com.fasterxml.jackson.core jackson-databind - - org.springframework - spring-webmvc - - - org.springframework.boot - spring-boot-starter-web - - - log4j - log4j - 1.2.17 - - - org.springframework.boot - spring-boot - - - org.springframework.boot - spring-boot-autoconfigure - javax.transaction jta @@ -288,57 +293,16 @@ hibernate-annotations 3.5.6-Final - - org.apache.geronimo.specs - geronimo-jpa_2.0_spec - 1.1 - + + + + + dom4j dom4j - 1.6.1 - - - - com.att.ajsc - sdk-java-camel-rest - ${sdk.camel.rest} - - - com.att.ajsc - sdk-java-camunda-core - ${sdk.camunda.core} - - - mysql - mysql-connector-java - - - - - - org.springframework - spring-context-support - - - - com.att.ajsc - sdk-java-common-interceptors - ${csi.logging} - - - org.eclipse.jetty.orbit - javax.servlet - - - com.att.ajsc - ajsc-core - - - - org.onap.policy.engine PolicyEngineAPI @@ -364,6 +328,10 @@ mysql mysql-connector-java + + commons-io + commons-io + @@ -402,6 +370,14 @@ apache-log4j-extras log4j + + mysql + mysql-connector-java + + + org.mariadb.jdbc + mariadb-java-client + @@ -464,23 +440,16 @@ com.fasterxml.jackson.core jackson-databind - 2.6.3 com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.6.3 org.apache.commons commons-csv 1.3 - - org.jboss.resteasy - resteasy-client - 3.0.8.Final - com.sun.faces jsf-api @@ -596,7 +565,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.3.RELEASE + ${springboot.version} -- cgit 1.2.3-korg