diff options
author | Mark Raynsford <[email protected]> | 2015-10-23 09:36:34 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2015-10-23 09:36:34 +0000 |
commit | b4dafa6ae32d07045675389c8678b7d612770c8d (patch) | |
tree | 26b7262573bd4c576c00196e38331337893b433b /maven | |
parent | ca65f317c69af9dd22b7fb5285505d99afdd9e7f (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.
Diffstat (limited to 'maven')
-rw-r--r-- | maven/projects/gluegen/pom.in | 8 |
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> |