From b4dafa6ae32d07045675389c8678b7d612770c8d Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Fri, 23 Oct 2015 09:36:34 +0000 Subject: Add ANTLR 2.7.7 as a dependency of GlueGen The GlueGen compile-time components depend on ANTLR 2.7.7, and this fact was never included in the POM files. This issue was uncovered by @Zubnix' recent work on GlueGen. --- maven/projects/gluegen/pom.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/maven/projects/gluegen/pom.in b/maven/projects/gluegen/pom.in index 0dfa180..3f015d0 100644 --- a/maven/projects/gluegen/pom.in +++ b/maven/projects/gluegen/pom.in @@ -1,5 +1,13 @@ + + + antlr + antlr + 2.7.7 + + + http://jogamp.org/git/?p=gluegen.git/ scm:git:http://jogamp.org/git/gluegen.git/ -- cgit v1.2.3