Don't include the annotation processor registration in the shaded (complete) jar

This commit is contained in:
Sam Harwell 2014-03-24 20:43:55 -05:00
parent 6642a9222d
commit 85f09126e2
1 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.1</version>
<version>2.2</version>
<inherited>false</inherited>
<executions>
<execution>
@ -79,7 +79,6 @@
<artifact>org.antlr:antlr4-annotations</artifact>
<includes>
<include>org/antlr/v4/runtime/**</include>
<include>META-INF/services/**</include>
</includes>
</filter>
</filters>