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


Reply via email to