From 2c39a4de018e8fe7e9b31d64354c2020d20b0366 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Mon, 6 Jul 2020 06:22:15 +0200 Subject: switch to sodium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix dependencies and versions for sodium SR3 Issue-ID: CCSDK-2518 Signed-off-by: Michael Dürre Change-Id: I46a4def45fed75aeb3b507831446a2d8d26a2f52 --- odlparent/single-feature-parent/pom.xml | 155 +++++++++++++++++++++++++------- 1 file changed, 122 insertions(+), 33 deletions(-) (limited to 'odlparent/single-feature-parent') diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index 9aec6ac8..4109af76 100644 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -8,7 +8,7 @@ org.opendaylight.odlparent single-feature-parent - 4.0.10 + 5.0.7 @@ -53,8 +53,8 @@ 0.8.5 - 1.8 - 1.8 + 8 + 8 UTF-8 UTF-8 https://nexus.onap.org @@ -83,8 +83,8 @@ https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ UTF-8 - 1.8 - 1.8 + 8 + 8 2.5.0 2.5.1 features.xml @@ -110,15 +110,15 @@ ${ccsdk.sli.core.version} - 1.9.1 - 3.0.8 - 1.0.8 - 1.9.1 - 1.6.1 - 1.9.1 + 1.10.3 + 4.0.14 + 2.0.14 + 1.10.3 + 1.7.3 + 1.10.3 - 1.12 + 1.13 3.8.1 @@ -126,7 +126,7 @@ 3.6 - 2.7.3 + 2.7.4 4.4.1 @@ -135,7 +135,7 @@ 25.1-jre - 2.9.8 + 2.9.10 3.24.1-GA @@ -157,7 +157,7 @@ 1.10.19 - 4.1.34.Final + 4.1.42.Final 1.7.25 @@ -418,6 +418,40 @@ + + enforce-maven + + enforce + + + + + 8 + + + [3.5.0,) + + + + + + enforce-banned-dependencies + + enforce + + + + + Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations + + org.mockito:mockito-all + + + + + true + + @@ -530,10 +564,6 @@ org.apache.maven.plugins maven-site-plugin - - org.apache.maven.plugins - maven-enforcer-plugin - @@ -713,6 +743,77 @@ + + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-property + + enforce + + + + + onap.nexus.url + You must set a onap.nexus.url property in your + ~/.m2/settings.xml. See oparent/settings.xml for an example. + + + true + + + + enforce-no-snapshots + + enforce + + + + + false + true + WARN + + + + + + enforce-maven + + enforce + + + + + 1.8.0 + + + [3.5.0,) + + + + + + enforce-banned-dependencies + + enforce + + + + + Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations + + org.mockito:mockito-all + + + + + true + + + + @@ -726,19 +827,6 @@ -Xdoclint:none - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - - report - - - - @@ -1024,13 +1112,14 @@ org.opendaylight.yangtools yang-maven-plugin - 2.1.8 + 3.0.11 org.opendaylight.mdsal maven-sal-api-gen-plugin ${odl.mdsal.model.version} jar + compile org.opendaylight.netconf -- cgit 1.2.3-korg