X-Git-Url: https://gerrit.onap.org/r/gitweb?p=appc.git;a=blobdiff_plain;f=pom.xml;h=6fb864a309063be45c3a2107c803333935df8edd;hp=8f790f6bc043a266eefeeeb981dd18d1900f162c;hb=refs%2Fheads%2Fmaster;hpb=2b4298540f9c79cc2b452023800d066c56920b52 diff --git a/pom.xml b/pom.xml index 8f790f6bc..9f66d39f4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Copyright (C) 2017 Amdocs ============================================================================= @@ -18,16 +18,13 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END========================================================= --> - + org.onap.ccsdk.parent - odlparent-carbon-sr1 - 0.1.0 + odlparent + 1.5.1 @@ -35,7 +32,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. pom org.onap.appc appc - 1.3.0-SNAPSHOT + 1.8.0-SNAPSHOT appc Construct the Application Controller component for the ECOMP project. 2015-07-20 @@ -51,10 +48,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - 1.1.25.6-oss - 0.2.12 - 0.0.1 - 0.0.1 + 1.1.25.8-oss + 1.1.5 + 1.0.0 + 1.0.0 1.3.0 1.2.11 3.1.200 @@ -64,18 +61,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.4 3.4 4.5.1 - 1.2.3 - 1.1.0 - 1.2.2 + 1.2.0 + 1.3.0 2.3.2 java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco-ut.exec - true + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} + reuseReports target/generated-sources/yang-gen-sal false @@ -84,8 +80,23 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. features.xml target/generated-sources/yang-gen-config - + https://nexus.onap.org + + ${ccsdk.sli.core.version} + ${ccsdk.sli.core.version} + + 3.2.2 + 0.11.1 + 1.2.1 + 0.11.1 + 1.6.1 + 2.3.1 + 0.7.1 + 2013.07.15.13.1 + 1.5.1 + 0.7.1 + 2.0.5 @@ -112,6 +123,18 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. true + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + @@ -184,6 +207,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. + + com.google.guava + guava + 22.0 + + + com.google.guava + guava-testlib + 22.0 + test + org.opendaylight.controller config-api @@ -194,21 +228,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. sal-binding-config ${odl.mdsal.version} - - org.opendaylight.controller - sal-binding-api - ${odl.mdsal.version} - org.opendaylight.controller sal-test-model ${odl.mdsal.version} - - org.opendaylight.netconf - sal-rest-connector - ${odl.mdsal.version} - org.opendaylight.controller sal-binding-broker-impl @@ -244,27 +268,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. xml - org.opendaylight.controller - opendaylight-karaf-empty - ${odl.karaf.empty.distro.version} - zip - - - org.opendaylight.mdsal.model - ietf-inet-types - ${odl.ietf-inet-types.version} - - - org.opendaylight.mdsal.model - ietf-yang-types - ${odl.ietf-yang-types.version} - + org.opendaylight.mdsal.binding.model.ietf + rfc6991 + + + - @@ -293,7 +306,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. dblib-provider ${sdnctl.dblib.version} - org.onap.ccsdk.sli.adaptors @@ -342,16 +355,28 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.12 test + + org.assertj + assertj-core + 3.9.0 + test + + + org.assertj + assertj-guava + 3.1.0 + test + ch.qos.logback logback-core - 1.2.3 + ${logback.version} compile ch.qos.logback logback-classic - 1.2.3 + ${logback.version} compile @@ -367,7 +392,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.apache.sshd sshd-core - 0.12.0 + 2.0.0 + + + org.apache.sshd + sshd-sftp + 2.0.0 + + + org.apache.sshd + sshd-scp + 2.0.0 org.mockito @@ -400,10 +435,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.mariadb.jdbc mariadb-java-client - 1.2.3 + 2.1.1 + + + org.apache.commons + commons-lang3 + + @@ -498,26 +539,50 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. build-helper-maven-plugin 1.9.1 - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - - + + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + org.apache.maven.plugins @@ -557,10 +622,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - - appc-common + appc-core @@ -603,10 +668,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. true - appc-common appc-adapters + appc-service-communicator appc-provider - appc-event-listener appc-sdc-listener appc-lifecycle-management appc-oam @@ -616,7 +680,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. appc-inbound appc-sequence-generator appc-client - appc-test-dependencies @@ -633,6 +696,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. appc-metric appc-dg appc-dg-util + services