summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2015-10-23 09:36:34 +0000
committerMark Raynsford <[email protected]>2015-10-23 09:36:34 +0000
commitb4dafa6ae32d07045675389c8678b7d612770c8d (patch)
tree26b7262573bd4c576c00196e38331337893b433b
parentca65f317c69af9dd22b7fb5285505d99afdd9e7f (diff)
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.
-rw-r--r--maven/projects/gluegen/pom.in8
1 files changed, 8 insertions, 0 deletions
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 @@
<!-- gluegen/pom.in -->
+ <dependencies>
+ <dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.7</version>
+ </dependency>
+ </dependencies>
+
<scm>
<url>http://jogamp.org/git/?p=gluegen.git/</url>
<connection>scm:git:http://jogamp.org/git/gluegen.git/</connection>