summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Jordan <[email protected]>2019-09-30 09:02:56 +1300
committerPhilip Jordan <[email protected]>2019-09-30 09:02:56 +1300
commitebc9220acd0ec81ac6d822ac874989c383219b9b (patch)
tree51ffeb4b7e678ae34be2f5cd3ba2011fba03c03b
parentba67023033a7f054b528fe2c8ec74c8a0cd78eb9 (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.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index f743024..2f3933e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>