You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2022/06/19 10:01:32 UTC

[commons-jexl] branch master updated: JEXL: update pmd-impl and rat maven plugin versions

This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new d1cba755 JEXL: update pmd-impl and rat maven plugin versions
d1cba755 is described below

commit d1cba755dade8f10c662172e8087f6f49302b071
Author: henrib <he...@apache.org>
AuthorDate: Sun Jun 19 12:01:26 2022 +0200

    JEXL: update pmd-impl and rat maven plugin versions
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index f58a3a2a..54b95c3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,8 +54,10 @@
         <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
         <checkstyle.version>10.3</checkstyle.version>
         <japicmp.skip>false</japicmp.skip>
+        <commons.rat.version>0.14</commons.rat.version>
         <commons.japicmp.version>0.15.7</commons.japicmp.version>
         <commons.pmd.version>3.17.0</commons.pmd.version>
+        <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version>
         <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
 
         <!-- override of Jacoco properties defined in CP52 -->
@@ -308,13 +310,6 @@
                         <exclude>org/apache/commons/jexl3/parser/*Provider.java</exclude>
                     </excludes>
                 </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.ow2.asm</groupId>
-                        <artifactId>asm</artifactId>
-                        <version>9.3</version>
-                    </dependency>
-                </dependencies>
             </plugin>
 
             <!-- japicmp -->