#1235 scope dependencies in POM file

This commit is contained in:
Andreas Dangel 2014-08-14 21:58:31 +02:00
parent 9e3a672636
commit 643f85a5a2
2 changed files with 5 additions and 0 deletions

View File

@ -646,11 +646,13 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
<version>1.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jaxen</groupId>
@ -691,6 +693,7 @@
<artifactId>saxon</artifactId>
<version>9.1.0.8</version>
<classifier>dom</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
@ -701,6 +704,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>

View File

@ -11,6 +11,7 @@
* [#1231](https://sourceforge.net/p/pmd/bugs/1231/): No Error Message on Missing Rule
* [#1233](https://sourceforge.net/p/pmd/bugs/1233/): UnusedPrivateMethod: False positive : method called on returned object.
* [#1234](https://sourceforge.net/p/pmd/bugs/1234/): Unused private methods still giving false positives in 5.1.3 snapshot
* [#1235](https://sourceforge.net/p/pmd/bugs/1235/): scope dependencies in POM file
**Feature Requests and Improvements:**