X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=2c28475e0a923b9e8264c07dc778e32b1d6a6e4d;hb=f02f3e42ce83a78d41e221e1a19ca337d8983d3e;hp=40903723952353a1d8df60c8437d8e16d380978b;hpb=8078113d08caa11fa4fa37383636d9243b2e3b2f;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 40903723..2c28475e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,7 +2,8 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2020 AT&T. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT integration pom @@ -36,17 +37,19 @@ 11 1.2.3 - 1.1.9 + 1.1.11 2.0.4 2.7.5 - 2.10.0.pr3 - 7.30.0.Final - 2.29.1 + 2.10.4 + 7.33.0.Final + 2.30.1 0.4.4 1.6.0 2.3.1 1.1.4 20190722 + 4.1.48.Final + ${project.basedir}/../target/code-coverage/jacoco-ut.exec @@ -95,6 +98,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -169,6 +178,13 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.3 + + org.mariadb.jdbc @@ -193,7 +209,7 @@ commons-codec commons-codec - 1.11 + 1.14 @@ -235,21 +251,21 @@ org.apache.httpcomponents httpclient - 4.5.9 + 4.5.11 org.apache.httpcomponents httpcore - 4.4.9 + 4.4.13 com.google.code.gson gson - 2.8.4 + 2.8.6 @@ -332,7 +348,7 @@ org.yaml snakeyaml - 1.24 + 1.26 @@ -426,7 +442,7 @@ junit junit - 4.12 + 4.13 test @@ -434,13 +450,13 @@ io.cucumber cucumber-java - 4.2.0 + 5.4.0 test io.cucumber cucumber-junit - 4.2.0 + 5.4.0 test @@ -489,6 +505,31 @@ 3.2.4 test + + + + org.awaitility + awaitility + 4.0.2 + test + + + + + io.netty + netty-all + ${version.netty} + + + io.netty + netty-codec-http2 + ${version.netty} + + + io.netty + netty-handler-proxy + ${version.netty} + @@ -625,7 +666,115 @@ ${java.version} + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${jacoco.dataFile} + true + + + + post-unit-test + test + + report + + + ${jacoco.dataFile} + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + true + + + + post-integration-test + post-integration-test + + report + + + true + + + + report-aggregate + prepare-package + + report-aggregate + + + + + + maven-checkstyle-plugin + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + + ${project.build.sourceDirectory} + + true + true + warning + + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + -