You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2008/04/12 21:08:45 UTC

svn commit: r647489 - in /wicket/trunk: pom.xml wicket-spring-annot/

Author: ivaynberg
Date: Sat Apr 12 12:08:36 2008
New Revision: 647489

URL: http://svn.apache.org/viewvc?rev=647489&view=rev
Log:
WICKET-1522: Merge wicket-spring and wicket-spring-annot

Removed:
    wicket/trunk/wicket-spring-annot/
Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=647489&r1=647488&r2=647489&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Sat Apr 12 12:08:36 2008
@@ -95,7 +95,6 @@
 				<module>wicket-ioc</module>
 				<module>wicket-spring</module>
 				<module>wicket-velocity</module>
-				<module>wicket-spring-annot</module>
 				<module>wicket-auth-roles</module>
 				<module>wicket-guice</module>
 				<module>wicket-jmx</module>
@@ -159,7 +158,6 @@
 				<module>wicket-ioc</module>
 				<module>wicket-spring</module>
 				<module>wicket-velocity</module>
-				<module>wicket-spring-annot</module>
 				<module>wicket-auth-roles</module>
 				<module>wicket-guice</module>
 				<module>wicket-jmx</module>
@@ -275,12 +273,6 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-spring</artifactId>
-				<version>${project.version}</version>
-				<type>jar</type>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.wicket</groupId>
-				<artifactId>wicket-spring-annot</artifactId>
 				<version>${project.version}</version>
 				<type>jar</type>
 			</dependency>