Skip to content

Commit

Permalink
keep up with junit's new location
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Byron authored and Byron David committed May 18, 2020
1 parent 6bf863b commit 4fb692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<artifactId>junit</artifactId>
<version>[4.9,)</version>
</dependency>

Expand Down

0 comments on commit 4fb692b

Please sign in to comment.