Skip to content

Commit

Permalink
Add excludes for distribution lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Oct 15, 2017
1 parent edf1a3c commit b826163
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/config/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
<dependencySets>
<dependencySet>
<outputDirectory>/lib</outputDirectory>
<excludes>
<exclude>org.codehaus.mojo:animal-sniffer-annotations</exclude>
<exclude>com.google.errorprone:error_prone_annotations</exclude>
<exclude>com.google.j2objc:j2objc-annotations</exclude>
<exclude>com.google.code.findbugs:jsr305</exclude>
</excludes>
</dependencySet>
</dependencySets>
</assembly>

0 comments on commit b826163

Please sign in to comment.