Repository: maven-surefire Updated Branches: refs/heads/master 578ada73b -> 0eeec810d
fixed build Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/0eeec810 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/0eeec810 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/0eeec810 Branch: refs/heads/master Commit: 0eeec810df1424b9e1d3cf5f6cd6cb22482e615a Parents: 578ada7 Author: Tibor17 <[email protected]> Authored: Tue Aug 15 16:15:25 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Tue Aug 15 16:15:25 2017 +0200 ---------------------------------------------------------------------- maven-failsafe-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0eeec810/maven-failsafe-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index f4b2c09..4233139 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -179,6 +179,7 @@ <includes> <include>org.apache.maven.shared:maven-shared-utils</include> <include>commons-io:commons-io</include> + <include>org.apache.commons:commons-lang3</include> </includes> </artifactSet> <relocations> @@ -190,6 +191,10 @@ <pattern>org.apache.commons.io</pattern> <shadedPattern>org.apache.maven.surefire.shade.org.apache.commons.io</shadedPattern> </relocation> + <relocation> + <pattern>org.apache.commons.lang3</pattern> + <shadedPattern>org.apache.maven.surefire.shade.org.apache.commons.lang3</shadedPattern> + </relocation> </relocations> </configuration> </execution>
