This repository was archived by the owner on Oct 8, 2020. It is now read-only.
Commit 4d6b0f1
committed
Fixed problem with Maven Shade Plugin.
For some reason, using the minimize function removes classes used
in Service locator files, e.g. in our case
the class org.apache.jena.system.InitJenaCore will be removed but
is necessary for Jena init. I fixed it by including all Jena classes
in a filter.1 parent e26973b commit 4d6b0f1
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
448 | 454 | | |
449 | 455 | | |
450 | 456 | | |
| |||
531 | 537 | | |
532 | 538 | | |
533 | 539 | | |
534 | | - | |
| 540 | + | |
535 | 541 | | |
536 | 542 | | |
537 | 543 | | |
| |||
629 | 635 | | |
630 | 636 | | |
631 | 637 | | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
632 | 644 | | |
633 | 645 | | |
634 | 646 | | |
| |||
0 commit comments