File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Release 0.4.0 (NOT RELEASED YET)
4
4
5
+ * [ Fixed Issue 464] [ issue-464 ]
6
+
7
+ * Replaced xml-apis with xerces-xmlParserAPI.
8
+
5
9
* [ Fixed Issue 309] [ issue-309 ]
6
10
7
11
* Added possibility to get mode detailed data from Maven Modules from Jobs/Builds
@@ -1156,6 +1160,7 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
1156
1160
[issue- 401 ]: https: // github.com/jenkinsci/java-client-api/issues/401
1157
1161
[issue- 402 ]: https: // github.com/jenkinsci/java-client-api/issues/402
1158
1162
[issue- 405 ]: https: // github.com/jenkinsci/java-client-api/issues/405
1163
+ [issue- 464 ]: https: // github.com/jenkinsci/java-client-api/issues/464
1159
1164
[pull- 123 ]: https: // github.com/jenkinsci/java-client-api/pull/123
1160
1165
[pull- 149 ]: https: // github.com/jenkinsci/java-client-api/pull/149
1161
1166
[pull- 158 ]: https: // github.com/jenkinsci/java-client-api/pull/158
Original file line number Diff line number Diff line change 109
109
<artifactId >assertj-core</artifactId >
110
110
<scope >test</scope >
111
111
</dependency >
112
-
113
112
<dependency >
114
- <groupId >xml-apis </groupId >
115
- <artifactId >xml-apis </artifactId >
113
+ <groupId >xerces </groupId >
114
+ <artifactId >xmlParserAPIs </artifactId >
116
115
</dependency >
117
116
</dependencies >
118
117
Original file line number Diff line number Diff line change 209
209
<type >pom</type >
210
210
</dependency >
211
211
<dependency >
212
- <groupId >xml-apis </groupId >
213
- <artifactId >xml-apis </artifactId >
214
- <version >1.4.01 </version >
212
+ <groupId >xerces </groupId >
213
+ <artifactId >xmlParserAPIs </artifactId >
214
+ <version >2.6.1 </version >
215
215
</dependency >
216
216
</dependencies >
217
217
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments