Skip to content

Commit

Permalink
Fix shaded pom to use the correct reflectasm groupId
Browse files Browse the repository at this point in the history
The effect of the wrong groupId was that the exported pom still
contained the dependency on reflectasm (was not reduced), while the
classes were still inlined due to the Export-Package declaration of
the bundle plugin.
  • Loading branch information
magro committed Jul 28, 2014
1 parent 23db0d8 commit 4259143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom-shaded.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<shadedArtifactAttached>false</shadedArtifactAttached>
<artifactSet>
<includes>
<include>com.esotericsoftware.reflectasm:reflectasm:shaded</include>
<include>com.esotericsoftware:reflectasm:shaded</include>
</includes>
</artifactSet>
</configuration>
Expand Down

0 comments on commit 4259143

Please sign in to comment.