mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +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>
|
||||
<allowSnapshots>false</allowSnapshots>
|
||||
<excludes>
|
||||
<exclude>org.apache.maven.shared:maven-dependency-tree</exclude>Ï
|
||||
<exclude>org.apache.commons:commons-lang3</exclude>
|
||||
<exclude>org.apache.lucene</exclude>
|
||||
<exclude>commons-collections:commons-collections</exclude>
|
||||
<exclude>joda-time:joda-time</exclude>
|
||||
<exclude>org.slf4j</exclude>
|
||||
<exclude>org.apache.ant</exclude>
|
||||
<exclude>org.apache.maven.shared:maven-dependency-tree:*</exclude>Ï
|
||||
<exclude>org.apache.commons:commons-lang3:*</exclude>
|
||||
<exclude>org.apache.lucene:*:*</exclude>
|
||||
<exclude>commons-collections:commons-collections:*</exclude>
|
||||
<exclude>joda-time:joda-time:*</exclude>
|
||||
<exclude>org.slf4j:*:*</exclude>
|
||||
<exclude>org.apache.ant:*:*</exclude>
|
||||
<!--TODO remove javax.json - use GSON instead-->
|
||||
<exclude>org.glassfish:javax.json</exclude>
|
||||
<exclude>org.glassfish:javax.json:*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Reference in New Issue
Block a user