|
156 | 156 | <artifactId>jing</artifactId> |
157 | 157 | <version>20241231</version> |
158 | 158 | <exclusions> |
159 | | - <exclusion> <!-- conflicts with Xerces dependency on xml-apis --> |
| 159 | + <exclusion> |
| 160 | + <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xml-apis:xml-apis --> |
160 | 161 | <groupId>xml-apis</groupId> |
161 | 162 | <artifactId>xml-apis</artifactId> |
162 | 163 | </exclusion> |
|
321 | 322 | <groupId>com.evolvedbinary.thirdparty.xml-apis</groupId> |
322 | 323 | <artifactId>xml-apis</artifactId> |
323 | 324 | </dependency> |
| 325 | + |
324 | 326 | <dependency> |
325 | 327 | <groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons.util</groupId> |
326 | 328 | <artifactId>ws-commons-util</artifactId> |
|
341 | 343 | <artifactId>xmlresolver</artifactId> |
342 | 344 | <version>${xmlresolver.version}</version> |
343 | 345 | <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> |
344 | 351 | <exclusion> |
345 | 352 | <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xerces:xercesImpl --> |
346 | 353 | <groupId>xerces</groupId> |
|
356 | 363 | <classifier>data</classifier> |
357 | 364 | <scope>runtime</scope> |
358 | 365 | <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> |
359 | 371 | <exclusion> |
360 | 372 | <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xerces:xercesImpl --> |
361 | 373 | <groupId>xerces</groupId> |
@@ -2267,7 +2279,7 @@ The BaseX Team. The original license statement is also included below.]]></pream |
2267 | 2279 | <groupId>org.apache.maven.plugins</groupId> |
2268 | 2280 | <artifactId>maven-javadoc-plugin</artifactId> |
2269 | 2281 | <configuration> |
2270 | | - <excludePackageNames>org.exist.xquery.parser:org.exist.xquery.xqdoc.parser</excludePackageNames> |
| 2282 | + <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/annotations:${project.build.directory}/generated-sources/antlr</sourcepath> |
2271 | 2283 | </configuration> |
2272 | 2284 | </plugin> |
2273 | 2285 |
|
|
0 commit comments