mirror of https://github.com/apache/openjpa.git
Force javacc-maven-plugin to use version 2.1 of the plugin, since the newer version seems to cause problems.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@587685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3020195147
commit
647cbf2ae7
|
@ -87,6 +87,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>javacc-maven-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>jjtree-jpql</id>
|
||||
|
|
Loading…
Reference in New Issue