From 9f85151cb6b033b4cceae59c0312080277223a56 Mon Sep 17 00:00:00 2001 From: tpietzsch Date: Wed, 14 Jun 2023 12:39:03 +0200 Subject: [PATCH] ... as suggested by @ctrueden "So that the proper JAR-wrapped native lib classifier comes in." I do not really understand it :-) --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 79db8ed..420de6b 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,16 @@ org.jogamp.jogl jogl-all + + org.jogamp.gluegen + gluegen-rt + ${scijava.natives.classifier.gluegen} + + + org.jogamp.jogl + jogl-all + ${scijava.natives.classifier.jogl} + org.joml joml