OSDN Git Service

bump pmd to 6.38.0
[jindolf/JinParser.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 63807f9..1e3732b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.13.0</version>
+                    <version>3.15.0</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>net.sourceforge.pmd</groupId>
+                            <artifactId>pmd-core</artifactId>
+                            <version>6.38.0</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>net.sourceforge.pmd</groupId>
+                            <artifactId>pmd-java</artifactId>
+                            <version>6.38.0</version>
+                        </dependency>
+                    </dependencies>
                 </plugin>
 
                 <plugin>