Skip to content

Commit 4fb692b

Browse files
David ByronByron David
authored andcommitted
keep up with junit's new location
to remove e.g.: [WARNING] The artifact junit:junit-dep:jar:4.11-beta-1 has been relocated to junit:junit:jar:4.11-beta-1 when building
1 parent 6bf863b commit 4fb692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependencies>
6868
<dependency>
6969
<groupId>junit</groupId>
70-
<artifactId>junit-dep</artifactId>
70+
<artifactId>junit</artifactId>
7171
<version>[4.9,)</version>
7272
</dependency>
7373

0 commit comments

Comments
 (0)