remove annoying maven warning

This commit is contained in:
Robert Muir 2015-08-05 22:08:12 -04:00
parent 5fe49e4420
commit 354a32b05d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<shadeTestJar>false</shadeTestJar>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createDependencyReducedPom>true</createDependencyReducedPom>
<dependencyReducedPomLocation>${build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<artifactSet>
<excludes>
<exclude>org.apache.lucene:*</exclude>