This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 694150f CAMEL-17834: camel-spring-boot - Some itests are failing
694150f is described below
commit 694150f8c0ee25b302db1aad5ed048843e18d431
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Mar 21 10:02:01 2022 +0100
CAMEL-17834: camel-spring-boot - Some itests are failing
---
components-starter/camel-openapi-java-starter/pom.xml | 5 -----
components-starter/camel-soap-starter/pom.xml | 5 -----
2 files changed, 10 deletions(-)
diff --git a/components-starter/camel-openapi-java-starter/pom.xml
b/components-starter/camel-openapi-java-starter/pom.xml
index 1eb9106..543b6a1 100644
--- a/components-starter/camel-openapi-java-starter/pom.xml
+++ b/components-starter/camel-openapi-java-starter/pom.xml
@@ -51,11 +51,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
diff --git a/components-starter/camel-soap-starter/pom.xml
b/components-starter/camel-soap-starter/pom.xml
index 1c1a16a..3826a53 100644
--- a/components-starter/camel-soap-starter/pom.xml
+++ b/components-starter/camel-soap-starter/pom.xml
@@ -51,11 +51,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>