Skip to content

Commit 1328592

Browse files
committed
Remove SJSXP dep, test
1 parent 3eca136 commit 1328592

File tree

2 files changed

+5
-50
lines changed

2 files changed

+5
-50
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,17 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
114114
<!-- 03-Jul-2021, tatu: For sanity checking of non-Woodstox impl usage
115115
need, say, Sjsxp
116116
-->
117+
<!-- 11-Jan-2025, tatu: Can't properly due to missing JPMS, may re-evalute
118+
in future but for now excluded
119+
-->
120+
<!--
117121
<dependency>
118122
<groupId>com.sun.xml.stream</groupId>
119123
<artifactId>sjsxp</artifactId>
120124
<version>1.0.2</version>
121125
<scope>test</scope>
122126
</dependency>
127+
-->
123128

124129
</dependencies>
125130

src/test/java/tools/jackson/dataformat/xml/interop/NonWoodstoxStaxImpl482Test.java

-50
This file was deleted.

0 commit comments

Comments
 (0)