updated to use wildcare

This commit is contained in:
Jeremy Long
2017-12-03 11:40:42 -05:00
parent eddffaae3d
commit 872a524c44

16
pom.xml
View File

@@ -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>