From: varun gudisena Date: Thu, 22 Feb 2018 21:59:11 +0000 (+0000) Subject: Merge "Security Fixes" X-Git-Tag: v1.1.3~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=67cf034d0e2df6dbfb7043395671f6520972f976;hp=221fdaaf7db162a86b3f4450c47fa07ea217518d;p=dmaap%2Fmessagerouter%2Fdmaapclient.git Merge "Security Fixes" --- diff --git a/pom.xml b/pom.xml index c8327cc..cd918b6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,31 +1,21 @@ - + 4.0.0 org.onap.dmaap.messagerouter.dmaapclient dmaapClient jar - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT dmaap-messagerouter-dmaapclient Client library for MR event routing API https://github.com/att/dmaap-framework @@ -40,21 +30,23 @@ 1.7 1.7 2.22.1 + 2.6.7.1 UTF-8 - - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - /content/sites/site/org/onap/dmaap/messagerouter/dmaapclient/${project.artifactId}/${project.version} + + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + /content/sites/site/org/onap/dmaap/messagerouter/dmaapclient/${project.artifactId}/${project.version} https://nexus.onap.org - + ecomp-site @@ -62,28 +54,43 @@ - - - Apache License Version 2.0 - + + + Apache License Version 2.0 + - - Rajashree - - ATT - www.att.com - - - Ramkumar - - ATT - www.att.com - - + + Rajashree + + ATT + www.att.com + + + Ramkumar + + ATT + www.att.com + + + + com.fasterxml.jackson.core + jackson-core + 2.8.6 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.9 + + + org.apache.httpcomponents + httpclient-cache + 4.5.3 + com.att.nsa saClientLibrary @@ -99,7 +106,7 @@ com.att.aft dme2 - 3.1.200 + 3.1.200-oss com.sun.jersey @@ -154,12 +161,12 @@ 4.11 test - + - com.github.tomakehurst - wiremock - 2.5.0 - test + com.github.tomakehurst + wiremock + 2.5.0 + test org.mockito @@ -167,7 +174,7 @@ 1.9.5 test - + @@ -258,92 +265,82 @@ 1.7 - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - failsafeArgLine - - - - - post-integration-test - post-integration-test - - report - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - ${project.reporting.outputDirectory}/jacoco-it - - - - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + + + diff --git a/version.properties b/version.properties index e1118ab..ac02ac5 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch}