Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Nov 9, 2009
1 parent 97d8bf2 commit 4c357cc
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions wicket/numberguess/pom.xml
Expand Up @@ -28,16 +28,16 @@
<scope>provided</scope>
</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>

Expand Down Expand Up @@ -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>
Expand All @@ -143,7 +137,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<scope>runtime</scope>
<version>1.5.8</version>
</dependency>

</dependencies>
Expand All @@ -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>
Expand Down

0 comments on commit 4c357cc

Please sign in to comment.