|
155 | 155 | <artifactId>commons-codec</artifactId> |
156 | 156 | <version>1.15</version> |
157 | 157 | </dependency> |
158 | | - <dependency> |
159 | | - <groupId>xerces</groupId> |
160 | | - <artifactId>xercesImpl</artifactId> |
161 | | - <version>2.12.2</version> |
162 | | - </dependency> |
163 | | - <dependency> |
164 | | - <groupId>xalan</groupId> |
165 | | - <artifactId>xalan</artifactId> |
166 | | - <version>2.7.2</version> |
167 | | - <exclusions> |
168 | | - <exclusion> |
169 | | - <groupId>xml-apis</groupId> |
170 | | - <artifactId>xml-apis</artifactId> |
171 | | - </exclusion> |
172 | | - </exclusions> |
173 | | - </dependency> |
174 | | - <dependency> |
175 | | - <groupId>xml-apis</groupId> |
176 | | - <artifactId>xml-apis</artifactId> |
177 | | - <version>1.4.01</version> |
178 | | - </dependency> |
179 | 158 | <dependency> |
180 | 159 | <groupId>org.projectlombok</groupId> |
181 | 160 | <artifactId>lombok</artifactId> |
|
375 | 354 | </goals> |
376 | 355 | <configuration> |
377 | 356 | <relocations> |
378 | | - <relocation> |
379 | | - <pattern>javax.xml</pattern> |
380 | | - <shadedPattern>hidden.jcp.javax.xml</shadedPattern> |
381 | | - </relocation> |
382 | 357 | <relocation> |
383 | 358 | <pattern>org.apache.commons</pattern> |
384 | 359 | <shadedPattern>hidden.jcp.org.apache.commons</shadedPattern> |
|
387 | 362 | <pattern>license</pattern> |
388 | 363 | <shadedPattern>hidden.jcp.license</shadedPattern> |
389 | 364 | </relocation> |
390 | | - <relocation> |
391 | | - <pattern>org.xml</pattern> |
392 | | - <shadedPattern>hidden.jcp.org.xml</shadedPattern> |
393 | | - </relocation> |
394 | | - <relocation> |
395 | | - <pattern>org.apache.xpath</pattern> |
396 | | - <shadedPattern>hidden.jcp.org.apache.xpath</shadedPattern> |
397 | | - </relocation> |
398 | | - <relocation> |
399 | | - <pattern>org.apache.xml</pattern> |
400 | | - <shadedPattern>hidden.jcp.org.apache.xml</shadedPattern> |
401 | | - </relocation> |
402 | | - <relocation> |
403 | | - <pattern>org.apache.wml</pattern> |
404 | | - <shadedPattern>hidden.jcp.org.apache.wml</shadedPattern> |
405 | | - </relocation> |
406 | | - <relocation> |
407 | | - <pattern>org.apache.regexp</pattern> |
408 | | - <shadedPattern>hidden.jcp.org.apache.regexp</shadedPattern> |
409 | | - </relocation> |
410 | 365 | <relocation> |
411 | 366 | <pattern>org.apache.html</pattern> |
412 | 367 | <shadedPattern>hidden.jcp.org.apache.html</shadedPattern> |
413 | 368 | </relocation> |
414 | | - <relocation> |
415 | | - <pattern>org.apache.bcel</pattern> |
416 | | - <shadedPattern>hidden.jcp.org.apache.bcel</shadedPattern> |
417 | | - </relocation> |
418 | | - <relocation> |
419 | | - <pattern>org.apache.xerces</pattern> |
420 | | - <shadedPattern>hidden.jcp.org.apache.xerces</shadedPattern> |
421 | | - </relocation> |
422 | | - <relocation> |
423 | | - <pattern>org.apache.xalan</pattern> |
424 | | - <shadedPattern>hidden.jcp.org.apache.xalan</shadedPattern> |
425 | | - </relocation> |
426 | | - <relocation> |
427 | | - <pattern>org.w3c</pattern> |
428 | | - <shadedPattern>hidden.jcp.org.w3c</shadedPattern> |
429 | | - </relocation> |
430 | 369 | <relocation> |
431 | 370 | <pattern>java_cup</pattern> |
432 | 371 | <shadedPattern>hidden.jcp.java_cup</shadedPattern> |
|
447 | 386 | <include>commons-codec:*</include> |
448 | 387 | <include>commons-text:*</include> |
449 | 388 | <include>org.apache.commons:*</include> |
450 | | - <include>xerces:*</include> |
451 | | - <include>xalan:*</include> |
452 | 389 | <include>com.igormaznitsa:*</include> |
453 | | - <include>xml-apis:*</include> |
454 | 390 | </includes> |
455 | 391 | </artifactSet> |
456 | 392 | <filters> |
|
460 | 396 | <exclude>META-INF/*.SF</exclude> |
461 | 397 | <exclude>META-INF/*.DSA</exclude> |
462 | 398 | <exclude>META-INF/*.RSA</exclude> |
463 | | - <exclude>META-INF/services/javax.xml.*</exclude> |
464 | 399 | <exclude>META-INF/services/org.apache.*</exclude> |
465 | | - <exclude>META-INF/services/org.w3c.*</exclude> |
466 | | - <exclude>META-INF/services/org.xml.*</exclude> |
467 | 400 | </excludes> |
468 | 401 | </filter> |
469 | 402 | </filters> |
|
0 commit comments