File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
83
83
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
84
84
-->
85
85
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
86
+ <!-- 28-Jun-2022, tatu: For 2.13.4+, 6.3 to get OSGi metadata -->
86
87
<dependency >
87
88
<groupId >com.fasterxml.woodstox</groupId >
88
89
<artifactId >woodstox-core</artifactId >
89
- <version >6.2.7 </version >
90
+ <version >6.3.0 </version >
90
91
<exclusions >
91
92
<exclusion >
92
93
<groupId >javax.xml.stream</groupId >
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Project: jackson-dataformat-xml
8
8
9
9
No changes since 2.13
10
10
11
+ 2.13.4 (not yet released)
12
+
13
+ #536 : Upgrade Woodstox to 6.3.0 to get OSGi metadata
14
+
11
15
2.13.3 (14 -May-2022 )
12
16
2.13.2 (06 -Mar-2022 )
13
17
You can’t perform that action at this time.
0 commit comments