This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 511b4a67e9d4fb0aade891dfd400511d4d1b04fb Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Apr 8 00:06:28 2020 +0300 Upgraded PMD plugin version to 3.13.0 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ccc7a7..3c40a48 100644 --- a/pom.xml +++ b/pom.xml @@ -947,7 +947,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> <configuration> <targetJdk>${javac.target}</targetJdk> <printFailingErrors>true</printFailingErrors> @@ -973,6 +973,16 @@ <artifactId>pmd-java</artifactId> <version>${pmd.version}</version> </dependency> + <dependency> + <groupId>net.sourceforge.pmd</groupId> + <artifactId>pmd-javascript</artifactId> + <version>${pmd.version}</version> + </dependency> + <dependency> + <groupId>net.sourceforge.pmd</groupId> + <artifactId>pmd-jsp</artifactId> + <version>${pmd.version}</version> + </dependency> </dependencies> </plugin> <plugin>