You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2013/06/09 17:00:50 UTC

svn commit: r1491228 - /roller/trunk/test-utils/pom.xml

Author: snoopdave
Date: Sun Jun  9 15:00:49 2013
New Revision: 1491228

URL: http://svn.apache.org/r1491228
Log:
remove dependency on no longer existing roller-core module

Modified:
    roller/trunk/test-utils/pom.xml

Modified: roller/trunk/test-utils/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/test-utils/pom.xml?rev=1491228&r1=1491227&r2=1491228&view=diff
==============================================================================
--- roller/trunk/test-utils/pom.xml (original)
+++ roller/trunk/test-utils/pom.xml Sun Jun  9 15:00:49 2013
@@ -27,12 +27,6 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.roller</groupId>
-            <artifactId>roller-core</artifactId>
-            <version>${roller.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>