Author: ehillenius
Date: Sat Oct 14 13:48:35 2006
New Revision: 464018

URL: http://svn.apache.org/viewvc?view=rev&rev=464018
Log:
+ wicket-jmx

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=464018&r1=464017&r2=464018
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml Sat Oct 14 
13:48:35 2006
@@ -213,6 +213,13 @@
                        </dependency>
                        <dependency>
                                <groupId>wicket</groupId>
+                               <artifactId>wicket-jmx</artifactId>
+                               <version>${project.version}</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>wicket</groupId>
                                <artifactId>wicket-spring</artifactId>
                                <version>${project.version}</version>
                                <type>jar</type>
@@ -325,7 +332,8 @@
                        <activation> 
                                <jdk>1.5</jdk> 
                        </activation> 
-                       <modules> 
+                       <modules>
+                               <module>../wicket-jmx</module>
                                <module>../wicket-spring-annot</module>
                                <module>../wicket-spring-annot-examples</module>
                                <module>../wicket-auth-roles</module> 


Reply via email to