Skip to content

Commit

Permalink
#304 cherrypicked pom change to fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ansell authored and abrokenjester committed Aug 31, 2016
1 parent 0be1505 commit 5f4d262
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core/rio/trix/pom.xml
Expand Up @@ -45,6 +45,16 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 5f4d262

Please sign in to comment.