Skip to content

Commit

Permalink
Remove junit-bom from managed dependencies (#7023)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 23, 2022
1 parent dd8f8c4 commit a7d4cd3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ THE SOFTWARE.
<dependencyManagement>
<!-- any dependencies that can be used by plugins must be defined in the bom and not here -->
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<!-- make sure these old servlet versions are never used by us or by any plugins which end up depending on this version -->
<!-- plugin-pom tries to fudge servlet support to be compatible with cores < 2.0 and JTH which needs 3.x for jetty, and ends up causing issues with some IDEs -->
Expand Down

0 comments on commit a7d4cd3

Please sign in to comment.