diff options
author | Philip Jordan <[email protected]> | 2019-09-30 09:05:23 +1300 |
---|---|---|
committer | Philip Jordan <[email protected]> | 2019-09-30 09:05:23 +1300 |
commit | 7e122e7557ad71f0ea76ea248032235c19b00d25 (patch) | |
tree | 499c033b18021f9973ceb26b98fd7b6e52b71818 /pom.xml | |
parent | b4c52ef05ba01ba2381042a70e67d9f355e45f02 (diff) |
removed "-main" from gluegen and jogl dependencies as it was incorrectHEAD1.7.0-finalmaster
Signed-off-by: Philip Jordan <[email protected]>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |