You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/04/06 21:10:11 UTC

svn commit: r1089565 - in /tapestry/tapestry5/trunk/tapestry-ioc: build.gradle pom.xml

Author: hlship
Date: Wed Apr  6 19:10:10 2011
New Revision: 1089565

URL: http://svn.apache.org/viewvc?rev=1089565&view=rev
Log:
TAP5-853L: Add the plastic module as a dependency of tapestry-ioc

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

Modified: tapestry/tapestry5/trunk/tapestry-ioc/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/build.gradle?rev=1089565&r1=1089564&r2=1089565&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/build.gradle Wed Apr  6 19:10:10 2011
@@ -4,6 +4,7 @@ dependencies {
   compile project(':tapestry-func')
   compile project(':tapestry-annotations')
   compile project(':tapestry-json')
+  compile project(":plastic")
   
   provided project(':tapestry-test')
 

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=1089565&r1=1089564&r2=1089565&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Wed Apr  6 19:10:10 2011
@@ -29,6 +29,12 @@
 			<artifactId>tapestry-func</artifactId>
 			<version>${project.version}</version>
 		</dependency>
+		
+		<dependency>
+			<groupId>org.apache.tapestry</groupId>
+			<artifactId>plastic</artifactId>
+			<version>${project.version}</version>
+		</dependency>
 
         <dependency>
             <groupId>org.apache.tapestry</groupId>