This is an automated email from the ASF dual-hosted git repository.
henrib pushed a commit to branch JEXL-445
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/JEXL-445 by this push:
new cc820d00 JEXL-445 : cleanup pom;
cc820d00 is described below
commit cc820d0094bfaa22c3b955831ae949649cb059b8
Author: henrib <[email protected]>
AuthorDate: Tue Feb 17 15:50:05 2026 +0100
JEXL-445 : cleanup pom;
---
pom.xml | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1a051d8e..1835b80f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<javacc-maven-plugin.version>3.8.0-SNAPSHOT</javacc-maven-plugin.version>
<javacc.core.version>8.1.0-SNAPSHOT</javacc.core.version>
<javacc.java.version>8.1.0-SNAPSHOT</javacc.java.version>
-
+
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>jexl</commons.componentid>
@@ -186,17 +186,6 @@
</dependency>
</dependencies>
</plugin>
- <!-- all used processors artifacts -->
- <plugin>
- <groupId>org.javacc</groupId>
- <artifactId>core</artifactId>
- <version>${javacc.core.version}</version>
- </plugin>
- <plugin>
- <groupId>org.javacc.generator</groupId>
- <artifactId>java</artifactId>
- <version>${javacc.java.version}</version>
- </plugin>
</plugins>
</pluginManagement>
<plugins>