Skip to content

Commit 15dfc4e

Browse files
committed
Enable OSGi integration test again.
1 parent dc6d160 commit 15dfc4e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<modules>
279279
<module>xstream</module>
280280
<module>xstream-hibernate</module>
281-
<!--module>xstream-its</module-->
281+
<module>xstream-its</module>
282282
<module>xstream-jmh</module>
283283
<module>xstream-distribution</module>
284284
</modules>

xstream-its/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<!--
6-
Copyright (C) 2019 XStream committers.
6+
Copyright (C) 2019, 2025 XStream committers.
77
All rights reserved.
88
99
The software in this package is published under the terms of the BSD
@@ -134,6 +134,9 @@
134134

135135
<properties>
136136
<version.junit>4.11</version.junit>
137-
<jar.module.name>xstream.jmh</jar.module.name>
137+
<jar.module.name>xstream.its</jar.module.name>
138+
<surefire.argline>
139+
--add-opens java.base/java.net=ALL-UNNAMED
140+
</surefire.argline>
138141
</properties>
139142
</project>

0 commit comments

Comments
 (0)