This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
apache-commons-jexl/apache-commons-jexl-javacc.patch
2023-07-18 08:33:31 -06:00

15 lines
639 B
Diff

--- commons-jexl3-3.3-src/pom.xml.orig 2022-12-30 09:12:53.000000000 -0700
+++ commons-jexl3-3.3-src/pom.xml 2023-07-13 13:39:32.520453897 -0600
@@ -155,9 +155,9 @@
</plugin>
<plugin>
- <groupId>com.helger.maven</groupId>
- <artifactId>ph-javacc-maven-plugin</artifactId>
- <version>4.1.5</version>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javacc-maven-plugin</artifactId>
+ <version>3.0.1</version>
<executions>
<execution>
<id>jexl-jjtree</id>