aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Jordan <[email protected]>2019-09-30 09:05:23 +1300
committerPhilip Jordan <[email protected]>2019-09-30 09:05:23 +1300
commit7e122e7557ad71f0ea76ea248032235c19b00d25 (patch)
tree499c033b18021f9973ceb26b98fd7b6e52b71818
parentb4c52ef05ba01ba2381042a70e67d9f355e45f02 (diff)
removed "-main" from gluegen and jogl dependencies as it was incorrectHEAD1.7.0-finalmaster
Signed-off-by: Philip Jordan <[email protected]>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 31573d3..a7b65f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,12 +133,12 @@
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
- <artifactId>gluegen-rt-main</artifactId>
+ <artifactId>gluegen-rt</artifactId>
<version>${jogamp.version}</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
- <artifactId>jogl-all-main</artifactId>
+ <artifactId>jogl-all</artifactId>
<version>${jogamp.version}</version>
</dependency>
</dependencies>