Skip to content

Commit 27a8ed7

Browse files
committed
Move xstream.version property to test dependencies section
XStream is only used for tests, and is not an optional production dependency. This commit moves the property declaration to the correct section in the pom file.
1 parent 76c0b00 commit 27a8ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
<jakarta.persistence-api.version>3.1.0</jakarta.persistence-api.version>
7777
<neo4j-ogm-core.version>3.2.37</neo4j-ogm-core.version>
7878
<mongodb-driver-sync.version>4.7.1</mongodb-driver-sync.version>
79-
<xstream.version>1.4.19</xstream.version>
8079
<junit-jupiter.version>5.8.2</junit-jupiter.version>
8180

8281
<!-- test dependencies -->
8382
<micrometer-tracing.version>1.0.0-SNAPSHOT</micrometer-tracing.version>
83+
<xstream.version>1.4.19</xstream.version>
8484
<junit.version>4.13.2</junit.version>
8585
<junit-vintage-engine.version>${junit-jupiter.version}</junit-vintage-engine.version>
8686
<hamcrest.version>2.2</hamcrest.version>

0 commit comments

Comments
 (0)