diff --git a/examples/features/standard/camel/camel-war/pom.xml b/examples/features/standard/camel/camel-war/pom.xml index fe68651ebc..85897feb32 100644 --- a/examples/features/standard/camel/camel-war/pom.xml +++ b/examples/features/standard/camel/camel-war/pom.xml @@ -41,6 +41,11 @@ under the License. spring-web ${spring.version} + + org.springframework + spring-tx + ${spring.version} + org.springframework spring-context @@ -48,7 +53,7 @@ under the License. org.apache.camel camel-spring - 2.20.0 + 3.16.0 org.slf4j diff --git a/examples/features/standard/spring-boot-integration/pom.xml b/examples/features/standard/spring-boot-integration/pom.xml index 703b5f1e4c..ca12135f66 100644 --- a/examples/features/standard/spring-boot-integration/pom.xml +++ b/examples/features/standard/spring-boot-integration/pom.xml @@ -27,7 +27,7 @@ ${project.basedir}/../../../.. - 2.0.1 + 2.5.7 diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index 884f8ef76b..b96c3c878b 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -32,7 +32,7 @@ 3.4.1 1.0.6 2.5.1 - 3.2.11.RELEASE + 5.3.18 10.11.1.1 3.3 3.18 @@ -226,6 +226,13 @@ test + + org.springframework + spring-context + ${spring-version} + test + + org.springframework spring-test diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 0a8d52a468..91d6fddf07 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -352,6 +352,12 @@ ${karaf.version} tar.gz test + + + org.apache.karaf.features + spring + + org.apache.karaf.shell diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml index 609a4c2aa2..3bcd22b33f 100644 --- a/tests/karaf-client-integration-tests/pom.xml +++ b/tests/karaf-client-integration-tests/pom.xml @@ -113,6 +113,12 @@ ${karaf.version} test tar.gz + + + org.apache.karaf.features + spring + + org.apache.karaf.shell