Skip to content

Commit 4d16ee6

Browse files
authored
Use XMLUnit BOM (#10668)
2 parents e152fad + 86c51e1 commit 4d16ee6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

core/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ THE SOFTWARE.
3939
<url>https://github.com/jenkinsci/jenkins</url>
4040

4141
<properties>
42-
<xmlunit.version>2.10.1</xmlunit.version>
4342
<!-- Minimum Remoting version, which is tested for API compatibility, duplicated so that renovate only updates the latest remoting version property -->
4443
<remoting.minimum.supported.version>3107.v665000b_51092</remoting.minimum.supported.version>
4544
<!-- Filled in by jacoco-maven-plugin -->
@@ -55,6 +54,13 @@ THE SOFTWARE.
5554
<type>pom</type>
5655
<scope>import</scope>
5756
</dependency>
57+
<dependency>
58+
<groupId>org.xmlunit</groupId>
59+
<artifactId>xmlunit-bom</artifactId>
60+
<version>2.10.1</version>
61+
<type>pom</type>
62+
<scope>import</scope>
63+
</dependency>
5864
</dependencies>
5965
</dependencyManagement>
6066

@@ -458,13 +464,11 @@ THE SOFTWARE.
458464
<dependency>
459465
<groupId>org.xmlunit</groupId>
460466
<artifactId>xmlunit-core</artifactId>
461-
<version>${xmlunit.version}</version>
462467
<scope>test</scope>
463468
</dependency>
464469
<dependency>
465470
<groupId>org.xmlunit</groupId>
466471
<artifactId>xmlunit-matchers</artifactId>
467-
<version>${xmlunit.version}</version>
468472
<scope>test</scope>
469473
</dependency>
470474
</dependencies>

0 commit comments

Comments
 (0)