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:28:28 UTC

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

Author: rfrovarp
Date: Sun Nov 27 16:28:27 2011
New Revision: 1206757

URL: http://svn.apache.org/viewvc?rev=1206757&view=rev
Log:
Use managed versions where possible. 
Update other versions.
Move Wicket to newest version of 1.4 instead of a beta. Didn't go to 1.5 as errors were being thrown that I'm not quite sure how to fix.

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=1206757&r1=1206756&r2=1206757&view=diff
==============================================================================
--- incubator/droids/trunk/droids-wicket/pom.xml (original)
+++ incubator/droids/trunk/droids-wicket/pom.xml Sun Nov 27 16:28:27 2011
@@ -120,6 +120,11 @@ 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>