From 46751a7e8876ea31868f51be3e7f8c8f0dad0c87 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 19 Feb 2020 17:45:00 -0500 Subject: Refactoring parent root poms 1) dependency-odl-bom is being imported to other parent poms, removing / cleaning up duplicate dependencies 2) Adding spring-boot-setup pom and related templates for spring-boot parent poms 3) Adding jetty-server to dependency-odl-bom 4) Adding org.onap.logging-analytics dependency to spring-boot-parent poms Issue-ID: CCSDK-2107 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c --- odlparent/feature-repo-parent/pom.xml | 128 +++++++--------------------------- 1 file changed, 25 insertions(+), 103 deletions(-) (limited to 'odlparent/feature-repo-parent') diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index b7e932d3..97ec8427 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -31,16 +31,15 @@ ecomp-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} ecomp-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} - 3.7.0.1746 3.2 @@ -62,8 +61,6 @@ /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} - - ${basedir}/src/main/resources/swagger.properties @@ -141,10 +138,8 @@ 3.24.1-GA - - + + 2.25.1 2.25.1 @@ -162,11 +157,9 @@ 1.10.19 4.1.34.Final - + 1.7.25 - + 4.3.24.RELEASE @@ -187,13 +180,11 @@ 9.0.27 9.4.12.v20180830 true - direct-dependencies.txt - @@ -204,51 +195,6 @@ pom import - - - - - com.google.protobuf - protobuf-java - 3.6.1 - - - io.netty - netty-transport - 4.1.34.Final - - - io.netty - netty-all - 4.1.34.Final - - - - junit - junit - 4.12 - test - - - org.eclipse.jetty - jetty-server - 9.4.12.v20180830 - - - org.eclipse.jetty - jetty-servlets - 9.4.12.v20180830 - - - org.glassfish.jersey.bundles.repackaged - jersey-guava - 2.25.1 - - - org.codehaus.jettison - jettison - 1.3.8 - org.onap.logging-analytics logging-slf4j @@ -260,13 +206,12 @@ ${logging-analytics.version} - onap-public - https://nexus.onap.org/content/groups/public + ${onap.nexus.public-url} true never @@ -278,7 +223,7 @@ onap-staging - https://nexus.onap.org/content/groups/staging + ${onap.nexus.staging-url} true never @@ -291,7 +236,7 @@ ecomp-release onap-repository-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} true never @@ -303,7 +248,7 @@ ecomp-snapshot onap-repository-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} false @@ -314,7 +259,7 @@ opendaylight-mirror opendaylight-mirror - https://nexus.opendaylight.org/content/repositories/public/ + ${opendaylight.nexus.public-url} true never @@ -326,7 +271,7 @@ opendaylight-snapshot opendaylight-snapshot - https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ + ${opendaylight.nexus.snapshot-url} false @@ -407,9 +352,7 @@ - - org.apache.maven.plugins maven-deploy-plugin @@ -479,8 +422,6 @@ - - org.apache.maven.plugins maven-surefire-plugin @@ -628,8 +569,7 @@ onap-checkstyle/onap-java-style.xml - + ${project.build.sourceDirectory}/src/main/java true true @@ -661,13 +601,11 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec - + surefireArgLine - + post-unit-test test @@ -690,13 +628,11 @@ ${project.build.directory}/code-coverage/jacoco-it.exec - + failsafeArgLine - + post-integration-test post-integration-test @@ -910,8 +846,7 @@ true - + @@ -921,31 +856,19 @@ - - + - - - + - - + @@ -1135,6 +1058,5 @@ - -- cgit 1.2.3-korg