diff options
author | phil <[email protected]> | 2016-12-11 16:50:33 +1300 |
---|---|---|
committer | phil <[email protected]> | 2016-12-11 16:50:33 +1300 |
commit | a09e4d2bc8452c86ba007fcfbe1d8abbef1a9389 (patch) | |
tree | 9ad32effa3c4b553c94922671c0341da35b94a40 /pom.xml | |
parent | 4a98513bb186c3d3ad2c061eddb2e6716c3dc8e9 (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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |