It's me or there's a leftover on line 24 of tapestry-ioc/build.gradle ?

diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
index a2e69d0..eab8c49 100644
--- a/tapestry-ioc/build.gradle
+++ b/tapestry-ioc/build.gradle
@@ -22,7 +22,7 @@ dependencies {
 configure(install.repositories.mavenInstaller) {
   pom.whenConfigured {pom ->
     pom.dependencies.find {dep ->
-      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
'tapestry-annotations'
+      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
'tapestry5-annotations'
     }.artifactId = 'tapestry5-annotations'
   }
 }
@@ -34,4 +34,4 @@ ideaModule {
 test {
   // Override the master build.gradle
   systemProperties.remove("tapestry.service-reloading-enabled")
-}
\ No newline at end of file
+}


Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to