Updated junit dependency

This commit is contained in:
lukaseder 2017-10-19 12:05:44 +02:00
parent 5730c6e67f
commit d280225df0
10 changed files with 17 additions and 9 deletions

View File

@ -92,6 +92,14 @@
<artifactId>maven-project</artifactId>
<version>2.2.1</version>
<type>jar</type>
<!-- junit 4.8.2 sneaking in here -->
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>

View File

@ -52,7 +52,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -71,7 +71,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -53,7 +53,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -83,7 +83,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -48,7 +48,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -53,7 +53,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -54,7 +54,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -65,7 +65,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -77,7 +77,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>