Skip to content

Commit

Permalink
Remove junit-bom from managed dependencies (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 22, 2022
1 parent 45e40d1 commit f463521
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@
<gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
Expand Down

0 comments on commit f463521

Please sign in to comment.