You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jo...@apache.org on 2011/07/01 01:42:58 UTC

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

Author: joshcanfield
Date: Thu Jun 30 23:42:57 2011
New Revision: 1141754

URL: http://svn.apache.org/viewvc?rev=1141754&view=rev
Log:
TAP5-116 - Removed fix for tapestry-ioc creates a dependency on tapestry-annotations instead of tapestry5-annotations.

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=1141754&r1=1141753&r2=1141754&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/build.gradle Thu Jun 30 23:42:57 2011
@@ -19,14 +19,6 @@ dependencies {
   compile "org.testng:testng:$testngVersion", { transitive = false }
 }
 
-configure(install.repositories.mavenInstaller) {
-  pom.whenConfigured {pom ->
-    pom.dependencies.find {dep ->
-      dep.groupId == 'org.apache.tapestry' && dep.artifactId == 'tapestry5-annotations'
-    }.artifactId = 'tapestry5-annotations'
-  }
-}
-
 ideaModule {
   scopes.COMPILE.plus += configurations.provided
 }