From 7da68b788c012b9908a1d941f8513a628455a574 Mon Sep 17 00:00:00 2001 From: Sripad Date: Fri, 29 Dec 2017 19:34:01 +0000 Subject: Exclude jackson dependency exclude the jackson-mapper dependency which is causing license issue. Issue-ID: AAF-90 Change-Id: I821e24ad579fe31c3ea1a4a1f0acd4591e2871cc Signed-off-by: Sripad --- cass/pom.xml | 328 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 170 insertions(+), 158 deletions(-) diff --git a/cass/pom.xml b/cass/pom.xml index cc7e24a..eae576b 100644 --- a/cass/pom.xml +++ b/cass/pom.xml @@ -1,26 +1,18 @@ - - + + org.onap.aaf.cadi parent @@ -34,54 +26,74 @@ https://github.com/att/AAF CADI cadi-cass - + UTF-8 1.0.0-SNAPSHOT - + true - 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/** - https://nexus.onap.org + 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/** + https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/cadi/${project.artifactId}/${project.version} - - org.mockito - mockito-all - 1.9.5 - test - + + ch.qos.logback + logback-classic + 1.2.0 + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + io.netty + netty-all + 4.0.37.Final + + + org.mockito + mockito-all + 1.9.5 + test + org.onap.aaf.cadi cadi-aaf - + - org.apache.cassandra - cassandra-all - 2.1.14 - compile - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - + org.apache.cassandra + cassandra-all + 2.1.14 + compile + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + org.codehaus.jackson + jackson-mapper-asl + + - + @@ -89,39 +101,39 @@ org.apache.maven.plugins maven-jarsigner-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - - - - attach-javadocs - - jar - - - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 @@ -131,77 +143,77 @@ 176c31dfe190a ecomp-staging - - - - 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 + + + + + + - + ecomp-releases AAF Release Repository -- cgit 1.2.3-korg