From 367daa90dc7f54d7f37e2de482a22f5e2ee664f6 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 17 Feb 2023 19:16:34 +0000 Subject: Clean up dependencies for London Release Issue-ID: POLICY-4482 Change-Id: Ifc4039feaac82a1fa4bf1f2eb602f79c7a268b9f Signed-off-by: liamfallon --- examples/examples-adaptive/pom.xml | 3 +-- packages/apex-pdp-docker/pom.xml | 6 +---- .../plugins-context-locking-curator/pom.xml | 8 +++---- .../plugins-context-schema-avro/pom.xml | 4 ++-- .../context/schema/avro/AvroSchemaMapTest.java | 18 ++++++++------ .../context/schema/avro/AvroSchemaRecordTest.java | 10 ++++---- .../plugins-event-carrier-jms/pom.xml | 3 ++- .../plugins-event-carrier-kafka/pom.xml | 3 ++- .../plugins-event-protocol-jms/pom.xml | 4 ++-- .../plugins-executor-javascript/pom.xml | 10 +++----- .../plugins-executor-jruby/pom.xml | 12 +++++----- .../plugins-executor-jython/pom.xml | 3 ++- pom.xml | 28 +++++++++++++++++----- testsuites/integration/integration-common/pom.xml | 5 ++-- .../integration/integration-uservice-test/pom.xml | 17 +++++-------- .../performance/performance-benchmark-test/pom.xml | 3 +-- tools/model-generator/pom.xml | 2 +- 17 files changed, 73 insertions(+), 66 deletions(-) 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 @@