Skip to content

Commit d5f7692

Browse files
author
innokenty
committed
replace junit-dep:4.11 dependency with junit:4.12
as the docs say the newer junit:junit artifact does not contain hamcrest classes and thus junit:junit-dep is now obsolete
1 parent aca1f36 commit d5f7692

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Tests -->
3838
<dependency>
3939
<groupId>junit</groupId>
40-
<artifactId>junit-dep</artifactId>
40+
<artifactId>junit</artifactId>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141

142142
<dependency>
143143
<groupId>junit</groupId>
144-
<artifactId>junit-dep</artifactId>
145-
<version>4.11</version>
144+
<artifactId>junit</artifactId>
145+
<version>4.12</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.hamcrest</groupId>

proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<!-- Tests -->
102102
<dependency>
103103
<groupId>junit</groupId>
104-
<artifactId>junit-dep</artifactId>
104+
<artifactId>junit</artifactId>
105105
<scope>test</scope>
106106
</dependency>
107107
<dependency>

0 commit comments

Comments
 (0)