diff options
author | Philip Jordan <[email protected]> | 2019-09-30 09:02:56 +1300 |
---|---|---|
committer | Philip Jordan <[email protected]> | 2019-09-30 09:02:56 +1300 |
commit | ebc9220acd0ec81ac6d822ac874989c383219b9b (patch) | |
tree | 51ffeb4b7e678ae34be2f5cd3ba2011fba03c03b | |
parent | ba67023033a7f054b528fe2c8ec74c8a0cd78eb9 (diff) |
Pom.xml updated to include joal for soundHEAD1.7.0-finalmasterdev1.7.0
Signed-off-by: Philip Jordan <[email protected]>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -64,12 +64,7 @@ <groupId>${project.groupId}</groupId> <artifactId>java3d-utils</artifactId> <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.jogamp.joal</groupId> - <artifactId>joal-main</artifactId> - <version>${jogamp.version}</version> - </dependency> + </dependency> </dependencies> <build> |