|
180 | 180 | <artifactId>jing</artifactId> |
181 | 181 | <version>20241231</version> |
182 | 182 | <exclusions> |
183 | | - <exclusion> <!-- conflicts with Xerces dependency on xml-apis --> |
| 183 | + <exclusion> |
| 184 | + <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xml-apis:xml-apis --> |
184 | 185 | <groupId>xml-apis</groupId> |
185 | 186 | <artifactId>xml-apis</artifactId> |
186 | 187 | </exclusion> |
|
332 | 333 | <artifactId>xercesImpl</artifactId> |
333 | 334 | <version>${xerces.version}</version> |
334 | 335 | <classifier>jdk14-xml-schema-1.1</classifier> |
335 | | - <exclusions> |
336 | | - <exclusion> <!-- conflicts with Java 21's javax.xml module --> |
337 | | - <groupId>com.evolvedbinary.thirdparty.xml-apis</groupId> |
338 | | - <artifactId>xml-apis</artifactId> |
339 | | - </exclusion> |
340 | | - </exclusions> |
341 | 336 | </dependency> |
342 | 337 |
|
343 | 338 | <dependency> |
|
353 | 348 | </exclusions> |
354 | 349 | </dependency> |
355 | 350 |
|
356 | | - <!-- conflicts with Java 21's javax.xml module --> |
357 | | - <!-- |
358 | 351 | <dependency> |
359 | 352 | <groupId>com.evolvedbinary.thirdparty.xml-apis</groupId> |
360 | 353 | <artifactId>xml-apis</artifactId> |
361 | 354 | </dependency> |
362 | | - --> |
363 | 355 |
|
364 | 356 | <dependency> |
365 | 357 | <groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons.util</groupId> |
|
381 | 373 | <artifactId>xmlresolver</artifactId> |
382 | 374 | <version>${xmlresolver.version}</version> |
383 | 375 | <exclusions> |
384 | | - <exclusion> <!-- conflicts with Java 21's javax.xml module --> |
| 376 | + <exclusion> |
| 377 | + <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xml-apis:xml-apis --> |
385 | 378 | <groupId>xml-apis</groupId> |
386 | 379 | <artifactId>xml-apis</artifactId> |
387 | 380 | </exclusion> |
|
400 | 393 | <classifier>data</classifier> |
401 | 394 | <scope>runtime</scope> |
402 | 395 | <exclusions> |
403 | | - <exclusion> <!-- conflicts with Java 21's javax.xml module --> |
| 396 | + <exclusion> |
| 397 | + <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xml-apis:xml-apis --> |
404 | 398 | <groupId>xml-apis</groupId> |
405 | 399 | <artifactId>xml-apis</artifactId> |
406 | 400 | </exclusion> |
|
419 | 413 | <artifactId>xpath2</artifactId> |
420 | 414 | <version>1.2.1.1</version> |
421 | 415 | <scope>runtime</scope> |
422 | | - <exclusions> |
423 | | - <exclusion> <!-- conflicts with Java 21's javax.xml module --> |
424 | | - <groupId>com.evolvedbinary.thirdparty.xml-apis</groupId> |
425 | | - <artifactId>xml-apis</artifactId> |
426 | | - </exclusion> |
427 | | - </exclusions> |
428 | 416 | </dependency> |
429 | 417 | <dependency> |
430 | 418 | <groupId>edu.princeton.cup</groupId> |
@@ -2368,7 +2356,7 @@ The BaseX Team. The original license statement is also included below.]]></pream |
2368 | 2356 | <groupId>org.apache.maven.plugins</groupId> |
2369 | 2357 | <artifactId>maven-javadoc-plugin</artifactId> |
2370 | 2358 | <configuration> |
2371 | | - <excludePackageNames>org.exist.xquery.parser:org.exist.xquery.xqdoc.parser</excludePackageNames> |
| 2359 | + <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/annotations:${project.build.directory}/generated-sources/antlr</sourcepath> |
2372 | 2360 | </configuration> |
2373 | 2361 | </plugin> |
2374 | 2362 |
|
|
0 commit comments