Skip to content

Commit

Permalink
Added project as a test dependency to avoid compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 28, 2014
1 parent 41c33c3 commit b869e1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shell/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<artifactId>maven</artifactId>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>projects</artifactId>
<classifier>forge-addon</classifier>
<scope>test</scope>
</dependency>

<!-- Furnace Container -->
<dependency>
Expand Down

0 comments on commit b869e1d

Please sign in to comment.