mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +01:00
configured version updates
This commit is contained in:
21
pom.xml
21
pom.xml
@@ -314,6 +314,27 @@ Copyright (c) 2012 - Jeremy Long
|
|||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>versions-maven-plugin</artifactId>
|
||||||
|
<version>2.4</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<configuration>
|
||||||
|
<allowSnapshots>false</allowSnapshots>
|
||||||
|
<excludes>
|
||||||
|
<exclude>org.apache.maven.shared:maven-dependency-tree</exclude>
|
||||||
|
<exclude>joda-time:joda-time</exclude>
|
||||||
|
<exclude>org.apache.commons:commons-lang3</exclude>
|
||||||
|
</excludes>
|
||||||
|
</configuration>
|
||||||
|
<phase>post-clean</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>update-properties</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user