Author: jbonofre
Date: Wed Sep 19 15:50:27 2012
New Revision: 1387650

URL: http://svn.apache.org/viewvc?rev=1387650&view=rev
Log:
[KARAF-1798] Exclude Karaf clients from itests in order to avoid multiple slf4j 
impl

Modified:
    karaf/trunk/itests/pom.xml

Modified: karaf/trunk/itests/pom.xml
URL: 
http://svn.apache.org/viewvc/karaf/trunk/itests/pom.xml?rev=1387650&r1=1387649&r2=1387650&view=diff
==============================================================================
--- karaf/trunk/itests/pom.xml (original)
+++ karaf/trunk/itests/pom.xml Wed Sep 19 15:50:27 2012
@@ -49,6 +49,12 @@
             <artifactId>apache-karaf</artifactId>
             <version>${project.version}</version>
             <type>tar.gz</type>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.karaf</groupId>
+                    <artifactId>org.apache.karaf.client</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>


Reply via email to