File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments