You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2006/08/20 16:56:25 UTC

svn commit: r432974 - /tapestry/tapestry5/tapestry-project/trunk/pom.xml

Author: hlship
Date: Sun Aug 20 07:56:24 2006
New Revision: 432974

URL: http://svn.apache.org/viewvc?rev=432974&view=rev
Log:
Remove unused dependencies (HiveMind, etc.) and move to TestNG 5.1.

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

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?rev=432974&r1=432973&r2=432974&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Sun Aug 20 07:56:24 2006
@@ -47,25 +47,6 @@
                 <scope>runtime</scope>
             </dependency>
             <dependency>
-                <groupId>hivemind</groupId>
-                <artifactId>hivemind</artifactId>
-                <version>1.1.1</version>
-                <scope>compile</scope>
-            </dependency>
-            <dependency>
-                <groupId>hivemind</groupId>
-                <artifactId>hivemind-lib</artifactId>
-                <version>1.1.1</version>
-                <scope>compile</scope>
-            </dependency>
-            <!-- Really, a transitive dependency of hivemind. -->
-            <dependency>
-                <groupId>oro</groupId>
-                <artifactId>oro</artifactId>
-                <version>2.0.8</version>
-                <scope>runtime</scope>
-            </dependency>
-            <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
                 <version>1.0.4</version>
@@ -82,7 +63,7 @@
             <dependency>
                 <groupId>org.testng</groupId>
                 <artifactId>testng</artifactId>
-                <version>4.7</version>
+                <version>5.1</version>
                 <classifier>jdk15</classifier>
                 <scope>test</scope>
             </dependency>