@@ -283,6 +283,7 @@ limitations under the License.
283283 <commons .encoding>UTF-8</commons .encoding>
284284 <checkstyle .header.file>${basedir} /src/conf/checkstyle-header.txt</checkstyle .header.file>
285285 <checkstyle .config.file>${basedir} /src/conf/checkstyle.xml</checkstyle .config.file>
286+ <commons .rat.version>0.14</commons .rat.version>
286287 <commons .checkstyle-plugin.version>3.1.2</commons .checkstyle-plugin.version>
287288 <commons .checkstyle.version>9.3</commons .checkstyle.version>
288289 <commons .japicmp.version>0.15.7</commons .japicmp.version>
@@ -291,6 +292,7 @@ limitations under the License.
291292 <commons .surefire-report.version>3.0.0-M7</commons .surefire-report.version>
292293 <commons .animal-sniffer.version>1.21</commons .animal-sniffer.version>
293294 <commons .pmd.version>3.17.0</commons .pmd.version>
295+ <commons .pmd-impl.version>6.47.0</commons .pmd-impl.version>
294296 <japicmp .skip>false</japicmp .skip>
295297 <jacoco .skip>false</jacoco .skip>
296298 <clirr .skip>true</clirr .skip>
@@ -346,6 +348,7 @@ limitations under the License.
346348 <artifactId >apache-rat-plugin</artifactId >
347349 <configuration >
348350 <excludes >
351+ <exclude >src/test/resources/org/apache/commons/codec/bla.tar</exclude >
349352 <exclude >src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude >
350353 <exclude >src/test/resources/org/apache/commons/codec/empty.bin</exclude >
351354 <exclude >src/test/resources/org/apache/commons/codec/small.bin</exclude >
@@ -420,6 +423,7 @@ limitations under the License.
420423 <artifactId >apache-rat-plugin</artifactId >
421424 <configuration >
422425 <excludes >
426+ <exclude >src/test/resources/org/apache/commons/codec/bla.tar</exclude >
423427 <exclude >src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude >
424428 <exclude >src/test/resources/org/apache/commons/codec/empty.bin</exclude >
425429 <exclude >src/test/resources/org/apache/commons/codec/small.bin</exclude >
@@ -446,7 +450,7 @@ limitations under the License.
446450 <targetJdk >${maven.compiler.target} </targetJdk >
447451 <linkXref >true</linkXref >
448452 <rulesets >
449- <ruleset >${basedir} /pmd.xml</ruleset >
453+ <ruleset >${basedir} /src/conf/ pmd.xml</ruleset >
450454 </rulesets >
451455 </configuration >
452456 </plugin >
0 commit comments