Skip to content

Commit

Permalink
Upgraded from ANTLR 3.3 to 3.5.2 so that preon works with Java 8.
Browse files Browse the repository at this point in the history
Before the change, preon was complaining of a NullPointerException in
CompositeGrammer.getIndirectDelegates.  Please see
antlr/antlr3#151 for more information on this
bug that has been resolved in ANTLR 3.5.2
  • Loading branch information
jdl17 committed Jul 29, 2015
1 parent c811a9b commit 3cc14f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preon-el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.3</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
<version>3.3</version>
<version>3.5.2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down

0 comments on commit 3cc14f9

Please sign in to comment.