Author: ivaynberg
Date: Sun Apr 26 19:58:36 2009
New Revision: 768759

URL: http://svn.apache.org/viewvc?rev=768759&view=rev
Log:
remove the need for the tests assembly because it is causing maven dependency 
resolution problems for a clean repo

Modified:
    wicket/trunk/pom.xml
    wicket/trunk/wicket-devutils/pom.xml
    wicket/trunk/wicket-extensions/pom.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=768759&r1=768758&r2=768759&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Sun Apr 26 19:58:36 2009
@@ -262,13 +262,6 @@
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket</artifactId>
-                               <version>${project.version}</version>
-                               <type>jar</type>
-                               <classifier>tests</classifier>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-devutils</artifactId>
                                <version>${project.version}</version>
                                <type>jar</type>

Modified: wicket/trunk/wicket-devutils/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-devutils/pom.xml?rev=768759&r1=768758&r2=768759&view=diff
==============================================================================
--- wicket/trunk/wicket-devutils/pom.xml (original)
+++ wicket/trunk/wicket-devutils/pom.xml Sun Apr 26 19:58:36 2009
@@ -42,11 +42,5 @@
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
-                       <classifier>tests</classifier>
-                       <scope>test</scope>
-               </dependency>
        </dependencies>
 </project>

Modified: wicket/trunk/wicket-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-extensions/pom.xml?rev=768759&r1=768758&r2=768759&view=diff
==============================================================================
--- wicket/trunk/wicket-extensions/pom.xml (original)
+++ wicket/trunk/wicket-extensions/pom.xml Sun Apr 26 19:58:36 2009
@@ -38,11 +38,5 @@
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
-                       <classifier>tests</classifier>
-                       <scope>test</scope>
-               </dependency>
        </dependencies>
 </project>


Reply via email to