diff options
author | Sven Gothel <[email protected]> | 2016-08-22 01:50:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2016-08-22 01:50:20 +0200 |
commit | 6ecf7ac310ec1cce190ab035d3f54b210666d20d (patch) | |
tree | 7e28f43133fdaa9f0fe6a1c41148a18d9d58dfe8 | |
parent | 09bb988527efdf69de26cf57c512b5635119e765 (diff) | |
parent | b4dafa6ae32d07045675389c8678b7d612770c8d (diff) |
Merge branch 'master' of https://github.com/io7m/jogamp-scripting
-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> |