aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPhilip Jordan <[email protected]>2023-05-25 10:04:21 +1200
committerPhilip Jordan <[email protected]>2023-05-25 10:04:21 +1200
commit79ae74db8c3ecfd04ba0deb1e9b78d408786526b (patch)
treed59fbcfe31b8fa58e316730a59123d7e5ae066b4 /pom.xml
parent4b02030eb12efbadf1263872a538129271cb9640 (diff)
jogl dependencies alter to -main for mavenisation
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7bdd81e..1bdecb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,14 +133,14 @@
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
- <artifactId>gluegen-rt</artifactId>
+ <artifactId>gluegen-rt-main</artifactId>
<version>${jogamp.version}</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
- <artifactId>jogl-all</artifactId>
+ <artifactId>jogl-all-main</artifactId>
<version>${jogamp.version}</version>
- </dependency>
+ </dependency>
</dependencies>
<build>