Author: ehillenius
Date: Sun Feb  4 23:10:52 2007
New Revision: 503574

URL: http://svn.apache.org/viewvc?view=rev&rev=503574
Log:
updated for wicket-datetime

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml?view=diff&rev=503574&r1=503573&r2=503574
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml Sun Feb  4 
23:10:52 2007
@@ -290,6 +290,13 @@
                                <scope>compile</scope>
                        </dependency>
                        <dependency>
+                               <groupId>org.apache.wicket</groupId>
+                               <artifactId>wicket-datetime</artifactId>
+                               <version>${project.version}</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
                                <groupId>junit</groupId>
                                <artifactId>junit</artifactId>
                                <version>3.8.1</version>
@@ -369,6 +376,7 @@
                                <module>../wicket-spring-examples</module>
                                <module>../wicket-quickstart</module>
                                <module>../wicket-portlet-examples</module>
+                               <module>../wicket-datetime</module>
                        </modules> 
                </profile> 
                <profile> 


Reply via email to