mirror of https://github.com/jenkinsci/jenkins.git
Remove `junit-bom` from managed dependencies (#7023)
This commit is contained in:
parent
dd8f8c435c
commit
a7d4cd3a73
7
pom.xml
7
pom.xml
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue