Skip to content

Commit

Permalink
Fixed javaee-tests pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 25, 2013
1 parent e641d3f commit 5ac66c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions javaee/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,18 @@
<version>2.0.0-SNAPSHOT</version>
<classifier>forge-addon</classifier>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>javaee</artifactId>
<classifier>forge-addon</classifier>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>javaee-impl</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.forge.furnace.test</groupId>
<artifactId>furnace-test-harness</artifactId>
Expand All @@ -54,7 +59,6 @@
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>cdi</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 5ac66c8

Please sign in to comment.