Skip to content

Commit eae12c4

Browse files
adamvossolamy
authored andcommitted
Use the same JUnit version throughout (#38)
Without this change, most of the usages were resolving to 3.8.2
1 parent c22f165 commit eae12c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
<artifactId>plexus-compiler-test</artifactId>
5858
<version>${project.version}</version>
5959
</dependency>
60+
<dependency>
61+
<groupId>junit</groupId>
62+
<artifactId>junit</artifactId>
63+
<scope>test</scope>
64+
<version>4.12</version>
65+
</dependency>
6066
</dependencies>
6167
</dependencyManagement>
6268
<dependencies>
@@ -69,7 +75,6 @@
6975
<groupId>junit</groupId>
7076
<artifactId>junit</artifactId>
7177
<scope>test</scope>
72-
<version>4.12</version>
7378
</dependency>
7479
</dependencies>
7580

0 commit comments

Comments
 (0)