Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2361 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Apr 9, 2009
1 parent f551393 commit cc640e5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/pom.xml
Expand Up @@ -23,11 +23,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.webbeans.tomcat</groupId>
<artifactId>webbeans-tomcat</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.test-harness</groupId>
<artifactId>jboss-test-harness</artifactId>
Expand All @@ -51,6 +46,17 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-core</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-spi</artifactId>
</dependency>


<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-api</artifactId>
Expand Down Expand Up @@ -146,12 +152,6 @@
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.jboss.webbeans.tomcat</groupId>
<artifactId>webbeans-tomcat</artifactId>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down

0 comments on commit cc640e5

Please sign in to comment.