[weld-commits] Weld SVN: r5859 - java-se/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Feb 17 06:41:28 EST 2010


Author: peteroyle
Date: 2010-02-17 06:41:28 -0500 (Wed, 17 Feb 2010)
New Revision: 5859

Modified:
   java-se/trunk/pom.xml
Log:
WELDX-51: removed slf4j-simple out of shaded weld-se.jar.

Modified: java-se/trunk/pom.xml
===================================================================
--- java-se/trunk/pom.xml	2010-02-17 10:56:38 UTC (rev 5858)
+++ java-se/trunk/pom.xml	2010-02-17 11:41:28 UTC (rev 5859)
@@ -168,6 +168,13 @@
                   </configuration>
                </execution>
             </executions>
+            <configuration>
+              <artifactSet>
+                <excludes>
+                  <exclude>org.slf4j:slf4j-simple</exclude>
+                </excludes>
+              </artifactSet>
+            </configuration>
          </plugin>
       </plugins>
    </build>



More information about the weld-commits mailing list