[SUREFIRE-2083] Remove redundant config from maven-shade-plugin · apache/maven-surefire@8fa3098 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -70,14 +70,6 @@ | ||
| 70 | 70 | <goal>shade</goal> |
| 71 | 71 | </goals> |
| 72 | 72 | <configuration> |
| 73 | - <artifactSet> | |
| 74 | - <includes> | |
| 75 | - <include>org.apache.maven.shared:maven-shared-utils</include> | |
| 76 | - <incclude>commons-io:commons-io</incclude> | |
| 77 | - <include>org.apache.commons:commons-lang3</include> | |
| 78 | - <include>org.apache.commons:commons-compress</include> | |
| 79 | - </includes> | |
| 80 | - </artifactSet> | |
| 81 | 73 | <relocations> |
| 82 | 74 | <relocation> |
| 83 | 75 | <pattern>org.apache.maven.shared.utils</pattern> |