Skip to content

Commit

Permalink
WELDX-51: removed slf4j-simple out of shaded weld-se.jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle committed Feb 17, 2010
1 parent 2838ab2 commit f672cdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -168,6 +168,13 @@
</configuration>
</execution>
</executions>
<configuration>
<artifactSet>
<excludes>
<exclude>org.slf4j:slf4j-simple</exclude>
</excludes>
</artifactSet>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit f672cdd

Please sign in to comment.