aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>