[weld-issues] [JBoss JIRA] Created: (WELD-756) weld-se-core pulls in slf4j-simple dependency as [compile] when it should not
Lincoln Baxter III (JIRA)
jira-events at lists.jboss.org
Fri Nov 12 12:22:36 EST 2010
weld-se-core pulls in slf4j-simple dependency as [compile] when it should not
-----------------------------------------------------------------------------
Key: WELD-756
URL: https://jira.jboss.org/browse/WELD-756
Project: Weld
Issue Type: Bug
Components: Java SE Support
Affects Versions: 1.1.0.Beta1
Reporter: Lincoln Baxter III
This dep should be marked [provided] or [test]
$ mvn dependency:tree
...
[INFO] +- org.jboss.weld.se:weld-se-core:jar:1.1.0.Beta1:compile
[INFO] | +- org.jboss.weld:weld-spi:jar:1.1.Beta1:compile
[INFO] | +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] | \- org.slf4j:slf4j-simple:jar:1.5.10:compile
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list