This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new ace41f014 Ref #441: Exclude pax-logging-logback (#522)
ace41f014 is described below
commit ace41f014f305cc6cb085f9ef7368a160d7934b4
Author: Nicolas Filotto <[email protected]>
AuthorDate: Tue Oct 15 17:35:47 2024 +0200
Ref #441: Exclude pax-logging-logback (#522)
---
tests/examples/pom.xml | 4 ++++
tests/features/pom.xml | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/tests/examples/pom.xml b/tests/examples/pom.xml
index f990dd10a..9721116d3 100644
--- a/tests/examples/pom.xml
+++ b/tests/examples/pom.xml
@@ -120,6 +120,10 @@
<groupId>org.apache.karaf</groupId>
<artifactId>org.apache.karaf.client</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-logback</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<!-- Required to use shell commands in the tests -->
diff --git a/tests/features/pom.xml b/tests/features/pom.xml
index 78bed9dac..307832aee 100644
--- a/tests/features/pom.xml
+++ b/tests/features/pom.xml
@@ -186,6 +186,10 @@
<groupId>org.apache.karaf</groupId>
<artifactId>org.apache.karaf.client</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-logback</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<!-- Required to use shell commands in the tests -->