[seam-issues] [JBoss JIRA] Created: (SEAMWICKET-32) wicket-numberguess - dependencies incorrectly scoped

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Tue Mar 29 09:19:37 EDT 2011


wicket-numberguess - dependencies incorrectly scoped
----------------------------------------------------

                 Key: SEAMWICKET-32
                 URL: https://issues.jboss.org/browse/SEAMWICKET-32
             Project: Seam for Apache Wicket
          Issue Type: Bug
    Affects Versions: 3.0.0.Final
            Reporter: Jozef Hartinger
            Priority: Minor


{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Building Seam for Apache Wicket Numberguess example 3.0.0.Final
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ seam-wicket-example-numberguess ---
[INFO] org.jboss.seam.wicket:seam-wicket-example-numberguess:war:3.0.0.Final
[INFO] +- org.jboss.seam.wicket:seam-wicket:jar:3.0.0.Final:compile
[INFO] |  \- org.apache.wicket:wicket:jar:1.4.15:compile
[INFO] +- org.jboss.seam.solder:seam-solder:jar:3.0.0.Final:compile
[INFO] +- org.jboss.seam.wicket:seam-wicket-mock:jar:3.0.0.Final:test
[INFO] +- javax.enterprise:cdi-api:jar:1.0-SP4:provided
[INFO] |  +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Final:provided (version managed from 1.0.0.Beta1)
[INFO] |  \- javax.inject:javax.inject:jar:1:provided
[INFO] +- org.jboss.arquillian:arquillian-testng:jar:1.0.0.Alpha4:compile
[INFO] |  +- org.jboss.arquillian:arquillian-impl-base:jar:1.0.0.Alpha4:compile
[INFO] |  |  +- org.jboss.arquillian:arquillian-api:jar:1.0.0.Alpha4:compile
[INFO] |  |  |  \- org.jboss.shrinkwrap:shrinkwrap-api:jar:1.0.0-alpha-11:compile
[INFO] |  |  +- org.jboss.arquillian:arquillian-spi:jar:1.0.0.Alpha4:compile
[INFO] |  |  +- org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.0.0-alpha-11:compile
[INFO] |  |  \- org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.0.0-alpha-11:compile
[INFO] |  \- ant:ant:jar:1.6.5:compile
[INFO] +- org.seleniumhq.selenium.client-drivers:selenium-java-client-driver:jar:1.0.1:test
[INFO] \- org.jboss.test:richfaces-selenium:jar:1.5.1.Final:test
[INFO]    +- org.testng:testng:jar:5.12.1:test
[INFO]    |  \- junit:junit:jar:4.8.1:test (version managed from 3.8.1)
[INFO]    +- commons-lang:commons-lang:jar:2.5:test
[INFO]    +- commons-io:commons-io:jar:1.4:test
[INFO]    \- commons-codec:commons-codec:jar:1.4:test
{noformat}

org.jboss.arquillian:arquillian-testng:jar should declare the "test" scope, otherwise arquillian, shrinkwrap, etc.. is bundled with the application

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list