You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/11/27 16:32:32 UTC

svn commit: r1206758 - /incubator/droids/trunk/droids-wicket/pom.xml

Author: rfrovarp
Date: Sun Nov 27 16:32:31 2011
New Revision: 1206758

URL: http://svn.apache.org/viewvc?rev=1206758&view=rev
Log:
Go back to rc wicket as I'm not quite sure what needs to change. 

Modified:
    incubator/droids/trunk/droids-wicket/pom.xml

Modified: incubator/droids/trunk/droids-wicket/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-wicket/pom.xml?rev=1206758&r1=1206757&r2=1206758&view=diff
==============================================================================
--- incubator/droids/trunk/droids-wicket/pom.xml (original)
+++ incubator/droids/trunk/droids-wicket/pom.xml Sun Nov 27 16:32:31 2011
@@ -120,11 +120,6 @@ limitations under the License.
     	<artifactId>wicket</artifactId>
     	<version>${wicket.version}</version>
     </dependency>
-    <dependency>
-    	<groupId>org.springframework</groupId>
-    	<artifactId>spring-core</artifactId>
-    	<version>3.0.6.RELEASE</version>
-    </dependency>
   </dependencies>
   
   <build>
@@ -176,7 +171,7 @@ limitations under the License.
   </build>
   
   <properties>
-    <wicket.version>1.4.19</wicket.version>
+    <wicket.version>1.4-rc1</wicket.version>
     <jetty.version>6.1.26</jetty.version>
   </properties>