Skip to content

Commit

Permalink
refactor: Introduced new dependency version property in root pom
Browse files Browse the repository at this point in the history
- xmlunit-core's version is now defined through a property
  • Loading branch information
ds-pweick committed Jun 14, 2024
1 parent 6dfb81f commit a510dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<snappy-java.version>1.1.10.5</snappy-java.version>
<commons-compress.version>1.26.1</commons-compress.version>
<commons-collections4.version>4.4</commons-collections4.version>
<xmlunit-core.version>2.10.0</xmlunit-core.version>
</properties>

<dependencyManagement>
Expand All @@ -142,7 +143,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.10.0</version>
<version>${xmlunit-core.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a510dd9

Please sign in to comment.