remove annoying maven warning
This commit is contained in:
parent
5fe49e4420
commit
354a32b05d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue