X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=5ffa2d229204c2a207c4fdff56473522a12845d0;hb=37f41e7a79d16c86a9ed098bf170e21d9c7c8bd3;hp=9a095f514710c4398f8c9bec812ea3afcc445b74;hpb=a214feeecfe88b9f4362fd0fbb08c2323156db10;p=so.git diff --git a/pom.xml b/pom.xml index 9a095f5147..5ffa2d2292 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 @@ -11,7 +11,7 @@ org.onap.so so pom - 1.6.0-SNAPSHOT + 1.7.1-SNAPSHOT so This Maven project is responsible to build and package all child projects - contributions in the MSO project. This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB. @@ -29,11 +29,13 @@ mso-api-handlers adapters asdc-controller + so-optimization-clients + so-sdn-clients bpmn - cloudify-client cxf-logging so-monitoring so-simulator + so-etsi-nfvo packages @@ -41,6 +43,7 @@ UTF-8 UTF-8 java + 11 jacoco ${project.build.directory}/surefire-reports ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml @@ -50,7 +53,7 @@ **/* 0.8.5 - 1.6.1-SNAPSHOT + 1.7.1 yyyyMMdd'T'HHmm original true @@ -65,14 +68,16 @@ content/repositories/snapshots/ content/repositories/public/ content/sites/site/org/onap/so/${project.version}/ - 3.2.6 + 3.3.3 2.1 2.1.5.RELEASE 3.2.0 false true 0.33.0 - 1.7.1 + 1.7.2 + 0.8.0 + 2.1.15 @@ -212,9 +217,10 @@ - + org.apache.maven.plugins maven-deploy-plugin @@ -227,18 +233,20 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.1 + 3.8.0 true -Xlint true true true - 1.8 - 1.8 -parameters + true + 11 + 11 + 11 @@ -327,7 +335,7 @@ 4.20 mso-${project.version} - 1.8 + ${java.version} @@ -534,6 +542,43 @@ + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [1.0.0,) + + check + + + + + + + + + org.codehaus.gmaven + groovy-maven-plugin + [1.0.0,) + + execute + + + + + + + + + + io.fabric8 docker-maven-plugin @@ -543,14 +588,17 @@ ${docker.skip.build} ${docker.skip.push} ${docker.newHost} - + ${docker.host.cert.path} - + ${dockerPushRepo} - + ${dockerPullRepo} - + service @@ -574,7 +622,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20 + 2.22.2 DEBUG @@ -588,7 +636,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.20 + 2.22.2 true @@ -607,6 +655,7 @@ unpack + true org.onap.so @@ -628,12 +677,11 @@ original - package + none jar - true ${originalClassifier} ** @@ -786,7 +834,7 @@ com.openpojo openpojo - 0.8.10 + 0.8.13 com.shazam @@ -810,6 +858,12 @@ 3.11.1 test + + org.ow2.asm + asm + 7.0 + test + com.googlecode.junit-toolbox junit-toolbox @@ -818,22 +872,20 @@ - - org.onap.logging-analytics logging-slf4j - 1.6.7-SNAPSHOT + 1.6.7 org.onap.logging-analytics logging-filter-base - 1.6.7-SNAPSHOT + 1.6.7 org.onap.logging-analytics logging-filter-spring - 1.6.7-SNAPSHOT + 1.6.7 org.apache.httpcomponents @@ -869,7 +921,7 @@ org.yaml snakeyaml - 1.23 + 1.26 javax.interceptor @@ -910,7 +962,73 @@ org.onap.aai.schema-service aai-schema - 1.7.1-SNAPSHOT + 1.7.10 + + + org.apache.cxf + cxf-rt-rs-client + ${cxf.version} + + + org.jboss.spec.javax.rmi + jboss-rmi-api_1.0_spec + + + + + org.apache.cxf + cxf-rt-bindings-soap + ${cxf.version} + + + org.jboss.spec.javax.rmi + jboss-rmi-api_1.0_spec + + + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + org.jboss.spec.javax.rmi + jboss-rmi-api_1.0_spec + + + + + org.apache.cxf + cxf-spring-boot-starter-jaxws + ${cxf.version} + + + org.jboss.spec.javax.rmi + jboss-rmi-api_1.0_spec + + + + + org.apache.cxf + cxf-spring-boot-starter-jaxrs + ${cxf.version} + + + org.jboss.spec.javax.rmi + jboss-rmi-api_1.0_spec + + + + + org.apache.cxf + cxf-rt-rs-service-description-swagger + ${cxf.version} + + + org.jboss.spec.javax.rmi + jboss-rmi-api_1.0_spec + +