aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorphil <[email protected]>2016-12-11 16:50:33 +1300
committerphil <[email protected]>2016-12-11 16:50:33 +1300
commita09e4d2bc8452c86ba007fcfbe1d8abbef1a9389 (patch)
tree9ad32effa3c4b553c94922671c0341da35b94a40 /pom.xml
parent4a98513bb186c3d3ad2c061eddb2e6716c3dc8e9 (diff)
Sound examples now work directly from repo1.7.0-pre2
This project now has a maven dependency on joal
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a3f0584..262db43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,11 @@
<artifactId>j3dutils</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jogamp.joal</groupId>
+ <artifactId>joal-main</artifactId>
+ <version>${jogamp.version}</version>
+ </dependency>
</dependencies>
<build>