Remove `junit-bom` from managed dependencies (#7023)

This commit is contained in:
Basil Crow 2022-08-23 07:54:53 -07:00 committed by GitHub
parent dd8f8c435c
commit a7d4cd3a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -104,13 +104,6 @@ THE SOFTWARE.
<dependencyManagement> <dependencyManagement>
<!-- any dependencies that can be used by plugins must be defined in the bom and not here --> <!-- any dependencies that can be used by plugins must be defined in the bom and not here -->
<dependencies> <dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency> <dependency>
<!-- make sure these old servlet versions are never used by us or by any plugins which end up depending on this version --> <!-- 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 --> <!-- 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 -->