Skip to content

Commit

Permalink
fix #205 remove
Browse files Browse the repository at this point in the history
META-INF/services from shaded jar
  • Loading branch information
pethers authored and nielsbasjes committed Apr 1, 2020
1 parent a0e8d74 commit a10097a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions analyzer/pom.xml
Expand Up @@ -133,6 +133,14 @@
<configuration>
<minimizeJar>true</minimizeJar>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
<filter>
<artifact>org.springframework:spring-core</artifact>
<excludes>
<exclude>META-INF/services/**</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>org.springframework</pattern>
Expand Down

0 comments on commit a10097a

Please sign in to comment.