You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/09/03 15:58:33 UTC

[karaf] branch master updated: Improve itest example

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new d68f918  Improve itest example
d68f918 is described below

commit d68f91818775ac008eb795c6dd0927969572ee38
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Sep 3 17:57:38 2020 +0200

    Improve itest example
---
 examples/karaf-itest-example/pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/examples/karaf-itest-example/pom.xml b/examples/karaf-itest-example/pom.xml
index 9b2e9db..90da5c2 100644
--- a/examples/karaf-itest-example/pom.xml
+++ b/examples/karaf-itest-example/pom.xml
@@ -48,11 +48,12 @@
             <version>${project.version}</version>
             <scope>test</scope>
             <type>tar.gz</type>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.karaf</groupId>
+                    <artifactId>org.apache.karaf.client</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <!-- Required to use shell commands in the tests -->
         <dependency>