Skip to content

Commit

Permalink
Fix code layout (no more Tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jun 12, 2020
1 parent 535d489 commit f6c8074
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions analyzer/pom.xml
Expand Up @@ -133,14 +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>
<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 f6c8074

Please sign in to comment.