File tree Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 91
91
<artifactId >jctools-core</artifactId >
92
92
<optional >true</optional >
93
93
</dependency >
94
- <!-- POM for jackson-dataformat-xml depends on woodstox-core -->
95
- <dependency >
96
- <groupId >com.fasterxml.woodstox</groupId >
97
- <artifactId >woodstox-core</artifactId >
98
- <optional >true</optional >
99
- </dependency >
100
94
<dependency >
101
95
<groupId >org.apache.logging.log4j</groupId >
102
96
<artifactId >log4j-api-test</artifactId >
Original file line number Diff line number Diff line change 30
30
<properties >
31
31
<maven .compiler.release>9</maven .compiler.release>
32
32
<maven .deploy.skip>true</maven .deploy.skip>
33
+ <stax2-api .version>4.2.2</stax2-api .version>
33
34
</properties >
34
35
<dependencies >
35
36
<!-- Naturally, all implementations require the log4j-api JAR -->
45
46
<groupId >com.fasterxml.jackson.dataformat</groupId >
46
47
<artifactId >jackson-dataformat-xml</artifactId >
47
48
</dependency >
49
+ <!-- Pinning `org.codehaus.woodstox:stax2-api` (which is injected by `com.fasterxml.jackson.dataformat:jackson-dataformat-xml`) to avoid `RequireUpperBoundDeps` failures: -->
50
+ <dependency >
51
+ <groupId >org.codehaus.woodstox</groupId >
52
+ <artifactId >stax2-api</artifactId >
53
+ <version >${stax2-api.version} </version >
54
+ <scope >runtime</scope >
55
+ <optional >true</optional >
56
+ </dependency >
48
57
<dependency >
49
58
<groupId >org.apache.maven</groupId >
50
59
<artifactId >maven-core</artifactId >
Original file line number Diff line number Diff line change 199
199
<scope >runtime</scope >
200
200
<optional >true</optional >
201
201
</dependency >
202
- <!-- POM for jackson-dataformat-xml depends on woodstox-core -->
203
- <dependency >
204
- <groupId >com.fasterxml.woodstox</groupId >
205
- <artifactId >woodstox-core</artifactId >
206
- <scope >runtime</scope >
207
- <optional >true</optional >
208
- </dependency >
209
202
</dependencies >
210
203
<build >
211
204
<plugins >
Original file line number Diff line number Diff line change 144
144
<tomcat-juli .version>10.0.27</tomcat-juli .version>
145
145
<velocity .version>1.7</velocity .version>
146
146
<wiremock .version>2.35.1</wiremock .version>
147
- <woodstox .version>6.6.0</woodstox .version>
148
147
<xmlunit .version>2.9.1</xmlunit .version>
149
148
<xz .version>1.9</xz .version>
150
149
<zstd .version>1.5.5-11</zstd .version>
1031
1030
<version >${wiremock.version} </version >
1032
1031
</dependency >
1033
1032
1034
- <dependency >
1035
- <groupId >com.fasterxml.woodstox</groupId >
1036
- <artifactId >woodstox-core</artifactId >
1037
- <version >${woodstox.version} </version >
1038
- </dependency >
1039
-
1040
1033
<dependency >
1041
1034
<groupId >org.xmlunit</groupId >
1042
1035
<artifactId >xmlunit-core</artifactId >
You can’t perform that action at this time.
0 commit comments