We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecc95d commit 48a1133Copy full SHA for 48a1133
1 file changed
pom.xml
@@ -157,9 +157,16 @@
157
</configuration>
158
</plugin>
159
<plugin>
160
+ <groupId>org.javacc.plugin</groupId>
161
+ <artifactId>javacc-maven-plugin</artifactId>
162
+ <version>3.0.3</version>
163
+
164
+ <!--
165
<groupId>org.codehaus.mojo</groupId>
166
<artifactId>javacc-maven-plugin</artifactId>
167
<version>2.6</version>
168
+ -->
169
170
<executions>
171
<execution>
172
<id>javacc</id>
0 commit comments