You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/08/12 23:01:27 UTC

[jira] [Commented] (TAP5-1608) tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath

    [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084374#comment-13084374 ] 

Howard M. Lewis Ship commented on TAP5-1608:
--------------------------------------------

Workaround:


configurations {    
    all*.exclude group: "org.testng"
}


> tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>              Labels: gradle
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

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