Skip to content

Commit 48a1133

Browse files
committed
fixes #1272
1 parent fecc95d commit 48a1133

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,16 @@
157157
</configuration>
158158
</plugin>
159159
<plugin>
160+
<groupId>org.javacc.plugin</groupId>
161+
<artifactId>javacc-maven-plugin</artifactId>
162+
<version>3.0.3</version>
163+
164+
<!--
160165
<groupId>org.codehaus.mojo</groupId>
161166
<artifactId>javacc-maven-plugin</artifactId>
162167
<version>2.6</version>
168+
-->
169+
163170
<executions>
164171
<execution>
165172
<id>javacc</id>

0 commit comments

Comments
 (0)