Skip to content

Commit dda60ea

Browse files
committed
[bugfix] Fix an issue whereby an antlr-maven-plugin that is not compatible with Java 8 was introduced in a482ab2
1 parent 5c1e718 commit dda60ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exist-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,9 @@
530530
<pluginManagement>
531531
<plugins>
532532
<plugin>
533-
<groupId>org.omnifaces</groupId>
533+
<groupId>org.codehaus.mojo</groupId>
534534
<artifactId>antlr-maven-plugin</artifactId>
535-
<version>2.4</version>
535+
<version>2.2</version>
536536
</plugin>
537537
<plugin>
538538
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)