This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 68acb91edbfc275574c09c4993fd93e2ea4e09fa Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 3 07:51:14 2022 +0200 Aligning --- tests/camel-performance/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml index 7e700c9..1a6b95a 100644 --- a/tests/camel-performance/pom.xml +++ b/tests/camel-performance/pom.xml @@ -90,7 +90,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-cxf</artifactId> + <artifactId>camel-cxf-soap</artifactId> <scope>test</scope> </dependency> <dependency> @@ -107,13 +107,13 @@ </dependency> <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcpg-jdk15on</artifactId> + <artifactId>bcpg-jdk18on</artifactId> <version>${bouncycastle-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> + <artifactId>bcprov-jdk18on</artifactId> <version>${bouncycastle-version}</version> <scope>test</scope> </dependency>