Skip to content

Commit

Permalink
[SUREFIRE-2083] Remove redundant config from maven-shade-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm authored and slawekjaranowski committed May 10, 2022
1 parent 17628ad commit 8fa3098
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions surefire-shared-utils/pom.xml
Expand Up @@ -70,14 +70,6 @@
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>org.apache.maven.shared:maven-shared-utils</include>
<incclude>commons-io:commons-io</incclude>
<include>org.apache.commons:commons-lang3</include>
<include>org.apache.commons:commons-compress</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.apache.maven.shared.utils</pattern>
Expand Down

0 comments on commit 8fa3098

Please sign in to comment.