You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by dr...@apache.org on 2011/06/16 22:52:16 UTC

svn commit: r1136670 - /tapestry/tapestry5/trunk/tapestry-ioc/build.gradle

Author: drobiazko
Date: Thu Jun 16 20:52:15 2011
New Revision: 1136670

URL: http://svn.apache.org/viewvc?rev=1136670&view=rev
Log:
Made tapestry-test a provided dependency again.

Modified:
    tapestry/tapestry5/trunk/tapestry-ioc/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-ioc/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/build.gradle?rev=1136670&r1=1136669&r2=1136670&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/build.gradle Thu Jun 16 20:52:15 2011
@@ -6,7 +6,7 @@ dependencies {
   compile project(':tapestry-json')
   compile project(":plastic")
   
-  compile project(':tapestry-test')
+  provided project(':tapestry-test')
 
   compile "javassist:javassist:3.12.1.GA"
 
@@ -19,6 +19,10 @@ dependencies {
   compile "org.testng:testng:$testngVersion", { transitive = false }
 }
 
+ideaModule {
+    scopes.COMPILE.plus += configurations.provided
+}
+
 test
 {
     // Override the master build.gradle