[weld-commits] Weld SVN: r4885 - examples/trunk/wicket/numberguess.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 13:32:07 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-09 13:32:06 -0500 (Mon, 09 Nov 2009)
New Revision: 4885

Modified:
   examples/trunk/wicket/numberguess/pom.xml
Log:
fix deps

Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml	2009-11-09 18:21:58 UTC (rev 4884)
+++ examples/trunk/wicket/numberguess/pom.xml	2009-11-09 18:32:06 UTC (rev 4885)
@@ -29,15 +29,15 @@
       </dependency>
 
       <dependency>
-         <groupId>org.jboss.weld</groupId>
-         <artifactId>weld-wicket</artifactId>
-      </dependency>
-
-      <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty</artifactId>
          <scope>test</scope>
       </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.weld</groupId>
+         <artifactId>weld-wicket</artifactId>
+      </dependency>
 
    </dependencies>
 
@@ -125,12 +125,6 @@
                <artifactId>jsr250-api</artifactId>
             </dependency>
 
-            <dependency>
-               <groupId>org.slf4j</groupId>
-               <artifactId>slf4j-api</artifactId>
-               <version>1.5.8</version>
-            </dependency>
-
             <!--  JETTY DEPENDENCIES FOR IN IDE TESTING  -->
 
             <dependency>
@@ -143,7 +137,6 @@
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-jdk14</artifactId>
                <scope>runtime</scope>
-               <version>1.5.8</version>
             </dependency>
 
          </dependencies>
@@ -158,12 +151,6 @@
             <dependency>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket</artifactId>
-               <exclusions>
-                  <exclusion>
-                     <groupId>org.slf4j</groupId>
-                     <artifactId>slf4j-api</artifactId>
-                  </exclusion>
-               </exclusions>
             </dependency>
 
          </dependencies>



More information about the weld-commits mailing list