[SUREFIRE] removed unnecessary junit:4.8.2 because inherited 4.12 from parent
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8b78618b Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8b78618b Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8b78618b Branch: refs/heads/master Commit: 8b78618bcfe566b3e2939d79b4e317a0a12ec3cd Parents: 428165e Author: Tibor17 <[email protected]> Authored: Mon Oct 12 21:37:00 2015 +0200 Committer: Tibor17 <[email protected]> Committed: Mon Oct 12 21:37:00 2015 +0200 ---------------------------------------------------------------------- surefire-integration-tests/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8b78618b/surefire-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml index caecc45..cafb393 100644 --- a/surefire-integration-tests/pom.xml +++ b/surefire-integration-tests/pom.xml @@ -188,14 +188,6 @@ </plugin> </plugins> </build> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.8.2</version> - <scope>test</scope> - </dependency> - </dependencies> </profile> <profile>
