Don't include the annotation processor registration in the shaded (complete) jar
This commit is contained in:
parent
6642a9222d
commit
85f09126e2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue