upd maven dependency-check plugin to reflect changes of https://nvd.nist.gov

+ upd unknown ant script with current lib/jsch version
pull/77/head
reger 8 years ago
parent 681a61dafb
commit 3861ac9293

@ -313,7 +313,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.3.1</version>
<version>1.4.2</version>
<executions>
<execution>
<phase>verify</phase>
@ -323,6 +323,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
</plugins>
</build>
<reporting>
@ -330,7 +335,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.3.1</version>
<version>1.4.2</version>
</plugin>
</plugins>
</reporting>

@ -17,7 +17,7 @@
<pathelement location="${build}" />
<!-- main lib needed to parse rss/atom feed files -->
<pathelement location="${lib}/jsch-0.1.52.jar" />
<pathelement location="${lib}/jsch-0.1.53.jar" />
</classpath>
</javac>
</target>
@ -26,7 +26,7 @@
<target name="zip" depends="compile">
<tar destfile="${parserArchive}" compression="gzip">
<tarfileset dir="${lib}"
includes="jsch-0.1.52.*"
includes="jsch-0.1.53.*"
prefix="${releaseDir}/lib/"
dirmode="755" mode="644"/>
<tarfileset dir="${src}/net/yacy/peers/operation/"

Loading…
Cancel
Save