Upgrade to junit 4.12

Former-commit-id: 7cd88ac5702a5035d7a2e15b157ab6f8468d6f43
This commit is contained in:
=
2014-12-31 16:45:56 +01:00
parent cfafb4a101
commit ebe4423e25
3 changed files with 2 additions and 16 deletions

View File

@@ -338,13 +338,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<version>1.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>

View File

@@ -279,11 +279,5 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@@ -256,9 +256,8 @@ Copyright (c) 2012 - Jeremy Long
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
<type>jar</type>
</dependency>
</dependencies>
</project>
</project>