File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 92
92
<maven-surefire-plugin .version>3.2.5</maven-surefire-plugin .version>
93
93
<maven-failsafe-plugin .version>3.2.5</maven-failsafe-plugin .version>
94
94
<maven-jar-plugin .version>3.4.1</maven-jar-plugin .version>
95
- <maven-pmd-plugin .version>3.21.2 </maven-pmd-plugin .version>
95
+ <maven-pmd-plugin .version>3.22.0 </maven-pmd-plugin .version>
96
96
<pmd .version>7.0.0</pmd .version>
97
97
<maven-checkstyle-plugin .version>3.3.1</maven-checkstyle-plugin .version>
98
98
<checkstyle .version>10.15.0</checkstyle .version>
741
741
<targetJdk >${java.version} </targetJdk >
742
742
</configuration >
743
743
<dependencies >
744
- <dependency >
745
- <groupId >net.sourceforge.pmd</groupId >
746
- <artifactId >pmd-compat6</artifactId >
747
- <version >${pmd.version} </version >
748
- </dependency >
749
744
<dependency >
750
745
<groupId >net.sourceforge.pmd</groupId >
751
746
<artifactId >pmd-core</artifactId >
761
756
<artifactId >pmd-javascript</artifactId >
762
757
<version >${pmd.version} </version >
763
758
</dependency >
764
- <dependency >
765
- <groupId >net.sourceforge.pmd</groupId >
766
- <artifactId >pmd-jsp</artifactId >
767
- <version >${pmd.version} </version >
768
- </dependency >
769
759
<dependency >
770
760
<groupId >edu.hm.hafner</groupId >
771
761
<artifactId >codingstyle</artifactId >
You can’t perform that action at this time.
0 commit comments