From: liamfallon Date: Fri, 17 Feb 2023 19:16:34 +0000 (+0000) Subject: Clean up dependencies for London Release X-Git-Tag: 2.9.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F133328%2F3;p=policy%2Fapex-pdp.git Clean up dependencies for London Release Issue-ID: POLICY-4482 Change-Id: Ifc4039feaac82a1fa4bf1f2eb602f79c7a268b9f Signed-off-by: liamfallon --- diff --git a/examples/examples-adaptive/pom.xml b/examples/examples-adaptive/pom.xml index 66d83d98f..2d876a040 100644 --- a/examples/examples-adaptive/pom.xml +++ b/examples/examples-adaptive/pom.xml @@ -1,7 +1,7 @@ @@ -47,13 +47,13 @@ org.apache.curator curator-recipes - 5.0.0 + ${version.curator} org.apache.zookeeper zookeeper - 3.6.1 + ${version.zookeeper} diff --git a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml index 3cc7608ca..6157cfcb1 100644 --- a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml +++ b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml @@ -1,7 +1,7 @@ 1.12.1-SNAPSHOT 2.8.1-SNAPSHOT + + + 5.17.3 + 2.28.0 + 1.11.1 + 3.1.3 + 5.4.0 4.1.5.Final - 2.8.0 - ${project.basedir}/target/code-coverage/lcov.info - + 1.3.10 + 3.1.16 + 9.4.1.0 + 2.1.48 + 1.0.15 + 2.7.3 + 7.3.1 + 3.2.4 + 1.7.14 + 3.8.1 + diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml index d1d4e7f28..b904b7b97 100644 --- a/testsuites/integration/integration-common/pom.xml +++ b/testsuites/integration/integration-common/pom.xml @@ -1,7 +1,7 @@ @@ -146,7 +142,7 @@ org.apache.zookeeper zookeeper - 3.7.0 + ${version.zookeeper} test @@ -168,19 +164,19 @@ org.apache.activemq.tooling activemq-junit - ${activemq-version} + ${version.activemq} test org.apache.activemq activemq-broker - ${activemq-version} + ${version.activemq} test org.apache.activemq activemq-jaas - ${activemq-version} + ${version.activemq} test @@ -245,7 +241,6 @@ org.eclipse.m2e lifecycle-mapping - 1.0.0 diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml index 34be14abc..b9ea7bf2e 100644 --- a/testsuites/performance/performance-benchmark-test/pom.xml +++ b/testsuites/performance/performance-benchmark-test/pom.xml @@ -1,7 +1,7 @@