mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 10:01:35 +01:00
updated to use wildcare
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -328,15 +328,15 @@ Copyright (c) 2012 - Jeremy Long
|
|||||||
<configuration>
|
<configuration>
|
||||||
<allowSnapshots>false</allowSnapshots>
|
<allowSnapshots>false</allowSnapshots>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>org.apache.maven.shared:maven-dependency-tree</exclude>Ï
|
<exclude>org.apache.maven.shared:maven-dependency-tree:*</exclude>Ï
|
||||||
<exclude>org.apache.commons:commons-lang3</exclude>
|
<exclude>org.apache.commons:commons-lang3:*</exclude>
|
||||||
<exclude>org.apache.lucene</exclude>
|
<exclude>org.apache.lucene:*:*</exclude>
|
||||||
<exclude>commons-collections:commons-collections</exclude>
|
<exclude>commons-collections:commons-collections:*</exclude>
|
||||||
<exclude>joda-time:joda-time</exclude>
|
<exclude>joda-time:joda-time:*</exclude>
|
||||||
<exclude>org.slf4j</exclude>
|
<exclude>org.slf4j:*:*</exclude>
|
||||||
<exclude>org.apache.ant</exclude>
|
<exclude>org.apache.ant:*:*</exclude>
|
||||||
<!--TODO remove javax.json - use GSON instead-->
|
<!--TODO remove javax.json - use GSON instead-->
|
||||||
<exclude>org.glassfish:javax.json</exclude>
|
<exclude>org.glassfish:javax.json:*</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
Reference in New Issue
Block a user