Skip to content

Commit

Permalink
Fix shade configuration in parent pom
Browse files Browse the repository at this point in the history
The Spring resource transformer class name changed
(at least once) since the parent was originally
created.

Fixes spring-projectsgh-384
  • Loading branch information
Dave Syer committed Feb 24, 2014
1 parent 511fff0 commit 766da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-starters/spring-boot-starter-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/spring.handlers</resource>
</transformer>
<transformer implementation="org.springframework.maven.packaging.PropertiesMergingResourceTransformer">
<transformer implementation="org.springframework.boot.maven.PropertiesMergingResourceTransformer">
<resource>META-INF/spring.factories</resource>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
Expand Down

0 comments on commit 766da91

Please sign in to comment.