Skip to content

Commit 3b840bf

Browse files
committed
...
1 parent a34e125 commit 3b840bf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8080
<version>7.1.0</version>
8181
<exclusions>
8282
<exclusion>
83-
<groupId>javax.xml.stream</groupId>
84-
<artifactId>stax-api</artifactId>
83+
<groupId>javax.xml.stream</groupId>
84+
<artifactId>stax-api</artifactId>
8585
</exclusion>
8686
</exclusions>
8787
</dependency>
@@ -130,13 +130,17 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
130130
<!-- 03-Jul-2021, tatu: For sanity checking of non-Woodstox impl usage
131131
need, say, Sjsxp
132132
-->
133+
<!-- 11-Jan-2025, tatu: Can't properly due to missing JPMS, may re-evalute
134+
in future but for now excluded
135+
-->
136+
<!--
133137
<dependency>
134138
<groupId>com.sun.xml.stream</groupId>
135139
<artifactId>sjsxp</artifactId>
136140
<version>1.0.2</version>
137141
<scope>test</scope>
138142
</dependency>
139-
143+
-->
140144
</dependencies>
141145

142146
<!-- Alas, need to include snapshot reference since otherwise can not find

0 commit comments

Comments
 (0)