From decd2dff3b5b8aff53be52c825e45186d5c16e99 Mon Sep 17 00:00:00 2001 From: vempo Date: Mon, 23 Jul 2018 19:07:37 +0300 Subject: Removed forced dependencies in common Moved dependencies from "dependencies" to "dependencyManagement" so that they aren't inherited unconditionally to child modules. Organized and cleaned up dependencies, aligned versions. Change-Id: I27c7792135ec5b7b2b5b49527bc0ac0d09b024b1 Issue-ID: SDC-1065 Signed-off-by: vempo --- openecomp-be/pom.xml | 107 ++++++++------------------------------------------- 1 file changed, 17 insertions(+), 90 deletions(-) (limited to 'openecomp-be/pom.xml') diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index 492d0e0a28..e93576a803 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -3,7 +3,6 @@ 4.0.0 openecomp-sdc - org.openecomp.sdc openecomp-sdc pom @@ -13,23 +12,15 @@ org.openecomp.sdc sdc-onboarding 1.3.0-SNAPSHOT - ../onboarding + ../onboarding/pom.xml - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - org.togglz togglz-core ${togglz.version} - org.togglz togglz-testing @@ -120,7 +111,8 @@ ${project.build.directory}/generated-sources ${project} - org.openecomp.sdc:sdc-onboarding/target/build-data/compileState.dat + org.openecomp.sdc:sdc-onboarding/target/build-data/compileState.dat + @@ -194,10 +186,15 @@ ${project.build.directory}/pmd.txt ${project.build.directory}/pmd/pmd.csv org.openecomp.sdc:build-data-installer - org.openecomp.sdc:sdc-onboarding/target/build-data/pmdState.dat + org.openecomp.sdc:sdc-onboarding/target/build-data/pmdState.dat + ${project.build.outputDirectory}/pmd.dat - ${project.build.directory}/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst - ${project.build.directory}/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst + + ${project.build.directory}/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst + + + ${project.build.directory}/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst + @@ -219,9 +216,12 @@ ${mvn.license.version} false - ============LICENSE_START======================================================= - ============LICENSE_END========================================================= - ================================================================================ + ============LICENSE_START======================================================= + + ============LICENSE_END========================================================= + + ================================================================================ + apache_v2 2017 AT&T Intellectual Property. All rights reserved. @@ -288,72 +288,6 @@ - - - - - - commons-beanutils - commons-beanutils - ${commons.beanutils.version} - - - - com.beust - jcommander - ${jcommander.version} - - - - org.apache.httpcomponents - httpasyncclient - ${httpasyncclient.version} - - - - com.sun.xml.bind - jaxb-impl - ${jaxb.impl.version} - - - - org.beanshell - bsh - ${bsh.version} - - - - commons-digester - commons-digester - ${commons.digester.version} - - - - com.fasterxml - classmate - ${classmate.version} - - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.codehaus.groovy - groovy-all - ${groovy.version} - - - org.codehaus.janino - janino - ${janino.version} - provided - - - - /api /lib @@ -362,13 +296,6 @@ /backend - - - - - - - docker -- cgit 1.2.3-korg