updated test class path

Former-commit-id: 2536b1ed19e105412e178b9c87cbf4dbef634cdb
This commit is contained in:
Jeremy Long
2013-08-16 07:12:01 -04:00
parent 1cb952bfa9
commit d1d5939181

View File

@@ -181,6 +181,9 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
</excludes>
<additionalClasspathElements>
<additionalClasspathElement>${project.build.directory}/lib/</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
<plugin>