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 David Byron committed Jan 11, 2021
1 parent 27f3eee commit 7354ddc
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 7354ddc

Please sign in to comment.