From e343581ea4aa9fb04aa565aabcc853d14e94c670 Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Mon, 10 Jun 2013 23:38:10 -0700 Subject: [PATCH] Using latest JOGL dev version due to window positioning issue --- modules/VisualizationImpl/pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/modules/VisualizationImpl/pom.xml b/modules/VisualizationImpl/pom.xml index b0daf334d..06add13a1 100644 --- a/modules/VisualizationImpl/pom.xml +++ b/modules/VisualizationImpl/pom.xml @@ -75,12 +75,12 @@ org.jogamp.gluegen gluegen-rt-main - 2.0-rc11 + 2.0.2-rc-20130425 org.jogamp.jogl jogl-all-main - 2.0-rc11 + 2.0.2-rc-20130425 org.netbeans.api @@ -107,6 +107,18 @@ org-openide-modules + + + + jogamp-remote + jogamp test mirror + http://www.jogamp.org/deployment/maven/ + default + + false + + + -- GitLab