Skip to content

Commit e1a0cc1

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 e638fdc commit e1a0cc1

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
@@ -62,7 +62,7 @@
6262
<dependencies>
6363
<dependency>
6464
<groupId>junit</groupId>
65-
<artifactId>junit-dep</artifactId>
65+
<artifactId>junit</artifactId>
6666
<version>[4.9,)</version>
6767
</dependency>
6868

0 commit comments

Comments
 (0)