File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed
Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 156156 <artifactId >jing</artifactId >
157157 <version >20241231</version >
158158 <exclusions >
159- <exclusion > <!-- conflicts with Xerces dependency on xml-apis -->
159+ <exclusion >
160+ <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xml-apis:xml-apis -->
160161 <groupId >xml-apis</groupId >
161162 <artifactId >xml-apis</artifactId >
162163 </exclusion >
321322 <groupId >com.evolvedbinary.thirdparty.xml-apis</groupId >
322323 <artifactId >xml-apis</artifactId >
323324 </dependency >
325+
324326 <dependency >
325327 <groupId >com.evolvedbinary.thirdparty.org.apache.ws.commons.util</groupId >
326328 <artifactId >ws-commons-util</artifactId >
341343 <artifactId >xmlresolver</artifactId >
342344 <version >${xmlresolver.version} </version >
343345 <exclusions >
346+ <exclusion >
347+ <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xml-apis:xml-apis -->
348+ <groupId >xml-apis</groupId >
349+ <artifactId >xml-apis</artifactId >
350+ </exclusion >
344351 <exclusion >
345352 <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xerces:xercesImpl -->
346353 <groupId >xerces</groupId >
356363 <classifier >data</classifier >
357364 <scope >runtime</scope >
358365 <exclusions >
366+ <exclusion >
367+ <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xml-apis:xml-apis -->
368+ <groupId >xml-apis</groupId >
369+ <artifactId >xml-apis</artifactId >
370+ </exclusion >
359371 <exclusion >
360372 <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xerces:xercesImpl -->
361373 <groupId >xerces</groupId >
Original file line number Diff line number Diff line change 8686 <artifactId >xml-apis</artifactId >
8787 </dependency >
8888
89+ <dependency >
90+ <groupId >com.evolvedbinary.j8fu</groupId >
91+ <artifactId >j8fu</artifactId >
92+ <scope >test</scope >
93+ </dependency >
94+
8995 <dependency >
9096 <groupId >commons-io</groupId >
9197 <artifactId >commons-io</artifactId >
104110 <scope >test</scope >
105111 </dependency >
106112
113+ <dependency >
114+ <groupId >org.xmlunit</groupId >
115+ <artifactId >xmlunit-core</artifactId >
116+ <scope >test</scope >
117+ </dependency >
118+
107119 <dependency >
108120 <groupId >org.xmlunit</groupId >
109121 <artifactId >xmlunit-matchers</artifactId >
Original file line number Diff line number Diff line change 9292 <artifactId >xml-apis</artifactId >
9393 </dependency >
9494
95+ <dependency >
96+ <groupId >com.google.code.findbugs</groupId >
97+ <artifactId >jsr305</artifactId >
98+ </dependency >
99+
95100 <!-- test -->
96101 <dependency >
97102 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments