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

svn commit: r1127359 - /tapestry/tapestry5/trunk/tapestry-core/pom.xml

Author: kaosko
Date: Wed May 25 02:08:06 2011
New Revision: 1127359

URL: http://svn.apache.org/viewvc?rev=1127359&view=rev
Log:
Revert direct dependency to plastic as unnecessary

Modified:
    tapestry/tapestry5/trunk/tapestry-core/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=1127359&r1=1127358&r2=1127359&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Wed May 25 02:08:06 2011
@@ -35,10 +35,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.tapestry</groupId>
-      <artifactId>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. -->