Yes, you are right of course. My build didn't see the dependency until I did clean, reverted and sorry for the noise. Just installed gradle as well.
Kalle On Mon, May 23, 2011 at 10:52 PM, Howard Lewis Ship <[email protected]> wrote: > Not sure why this was necessary ... tapestry-core has a transitive > dependency on plastic via tapestry-ioc. > > On Mon, May 23, 2011 at 8:16 PM, <[email protected]> wrote: >> Author: kaosko >> Date: Tue May 24 03:16:38 2011 >> New Revision: 1126839 >> >> URL: http://svn.apache.org/viewvc?rev=1126839&view=rev >> Log: >> Fix core Maven build with plastic as dependency >> >> Modified: >> tapestry/tapestry5/trunk/pom.xml >> tapestry/tapestry5/trunk/tapestry-core/pom.xml >> >> Modified: tapestry/tapestry5/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=1126839&r1=1126838&r2=1126839&view=diff >> ============================================================================== >> --- tapestry/tapestry5/trunk/pom.xml (original) >> +++ tapestry/tapestry5/trunk/pom.xml Tue May 24 03:16:38 2011 >> @@ -249,6 +249,11 @@ >> </dependency> >> <dependency> >> <groupId>org.apache.tapestry</groupId> >> + <artifactId>tapestry-plastic</artifactId> >> + <version>${project.version}</version> >> + </dependency> >> + <dependency> >> + <groupId>org.apache.tapestry</groupId> >> <artifactId>tapestry-test</artifactId> >> <version>${project.version}</version> >> <scope>test</scope> >> >> Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml >> URL: >> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=1126839&r1=1126838&r2=1126839&view=diff >> ============================================================================== >> --- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original) >> +++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Tue May 24 03:16:38 2011 >> @@ -35,6 +35,10 @@ >> </dependency> >> <dependency> >> <groupId>org.apache.tapestry</groupId> >> + <artifactId>tapestry-plastic</artifactId> >> + </dependency> >> + <dependency> >> + <groupId>org.apache.tapestry</groupId> >> <artifactId>tapestry-test</artifactId> >> <!-- This would be test, but we provide a few base classes that depend >> on TestNG, which is provided >> by tapestry-test. --> >> >> >> > > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
