Skip to content

Commit

Permalink
fix: add missing jorbis dependency to nifty-examples-sick2d pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
void committed Dec 10, 2014
1 parent 5ce4cca commit b097691
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nifty-examples-slick2d/pom.xml
Expand Up @@ -34,6 +34,11 @@
<artifactId>nifty-slick2d-renderer</artifactId>
<version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jcraft</groupId>
<artifactId>jorbis</artifactId>
<version>0.0.17</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit b097691

Please sign in to comment.