Author: jbonofre
Date: Wed May  4 12:44:57 2011
New Revision: 1099433

URL: http://svn.apache.org/viewvc?rev=1099433&view=rev
Log:
Remove SLF4J dependency from ServiceMix Core (only required at runtime).

Modified:
    servicemix/smx3/trunk/core/servicemix-core/pom.xml
    servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
    
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
    
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml

Modified: servicemix/smx3/trunk/core/servicemix-core/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/pom.xml?rev=1099433&r1=1099432&r2=1099433&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-core/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-core/pom.xml Wed May  4 12:44:57 2011
@@ -45,14 +45,6 @@
             <artifactId>log4j</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-        </dependency>
-        <dependency>
             <groupId>xml-apis</groupId>
             <artifactId>xml-apis</artifactId>
         </dependency>
@@ -250,6 +242,16 @@
             <artifactId>easymock</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jcl</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=1099433&r1=1099432&r2=1099433&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Wed May  4 
12:44:57 2011
@@ -35,7 +35,7 @@
     <dependencies>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
+            <artifactId>slf4j-log4j12</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Modified: 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml?rev=1099433&r1=1099432&r2=1099433&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
 (original)
+++ 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
 Wed May  4 12:44:57 2011
@@ -162,7 +162,7 @@
                 
<include>org.apache.geronimo.components:geronimo-connector</include>
                 
<include>org.apache.geronimo.components:geronimo-transaction</include>
                 <include>org.slf4j:slf4j-api</include>
-                <include>org.slf4j:slf4j-simple</include>
+                <include>org.slf4j:slf4j-log4j12</include>
 
                 <include>javax.activation:activation</include>
                 <include>javax.mail:mail</include>

Modified: 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml?rev=1099433&r1=1099432&r2=1099433&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
 (original)
+++ 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
 Wed May  4 12:44:57 2011
@@ -154,7 +154,7 @@
                 
<include>org.apache.geronimo.components:geronimo-connector</include>
                 
<include>org.apache.geronimo.components:geronimo-transaction</include>
                 <include>org.slf4j:slf4j-api</include>
-                <include>org.slf4j:slf4j-simple</include>
+                <include>org.slf4j:slf4j-log4j12</include>
 
                 <include>javax.activation:activation</include>
                 <include>javax.mail:mail</include>


Reply via email to