|
784 | 784 | <groovy-xml.version>${groovy.version}</groovy-xml.version> |
785 | 785 | <groovy-yaml.version>${groovy.version}</groovy-yaml.version> |
786 | 786 |
|
| 787 | + <!-- Apache Maven - https://maven.apache.org/ --> |
| 788 | + <maven-artifact-transfer.version>0.12.0</maven-artifact-transfer.version> |
| 789 | + <maven-common-artifact-filters.version>3.1.0</maven-common-artifact-filters.version> |
| 790 | + <maven-core.version>3.6.3</maven-core.version> |
| 791 | + <maven-plugin-tools-api.version>3.6.0</maven-plugin-tools-api.version> |
| 792 | + |
787 | 793 | <!-- Apache POI - https://poi.apache.org/ --> |
788 | 794 | <poi.version>3.17</poi.version> |
789 | 795 |
|
|
2781 | 2787 | <version>${groovy-yaml.version}</version> |
2782 | 2788 | </dependency> |
2783 | 2789 |
|
| 2790 | + <!-- Apache Maven - https://maven.apache.org/ --> |
| 2791 | + <dependency> |
| 2792 | + <groupId>org.apache.maven.shared</groupId> |
| 2793 | + <artifactId>maven-artifact-transfer</artifactId> |
| 2794 | + <version>${maven-artifact-transfer.version}</version> |
| 2795 | + </dependency> |
| 2796 | + <dependency> |
| 2797 | + <groupId>org.apache.maven.shared</groupId> |
| 2798 | + <artifactId>maven-common-artifact-filters</artifactId> |
| 2799 | + <version>${maven-common-artifact-filters.version}</version> |
| 2800 | + </dependency> |
| 2801 | + <dependency> |
| 2802 | + <groupId>org.apache.maven</groupId> |
| 2803 | + <artifactId>maven-core</artifactId> |
| 2804 | + <version>${maven-core.version}</version> |
| 2805 | + </dependency> |
| 2806 | + <dependency> |
| 2807 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 2808 | + <artifactId>maven-plugin-tools-api</artifactId> |
| 2809 | + <version>${maven-plugin-tools-api.version}</version> |
| 2810 | + </dependency> |
| 2811 | + |
2784 | 2812 | <!-- Apache POI - https://poi.apache.org/ --> |
2785 | 2813 | <dependency> |
2786 | 2814 | <groupId>org.apache.poi</groupId> |
|
3413 | 3441 | <groupId>javax.annotation</groupId> |
3414 | 3442 | <artifactId>jsr250-api</artifactId> |
3415 | 3443 | </exclusion> |
| 3444 | + <exclusion> |
| 3445 | + <!-- Conflicts with org.codehaus.plexus:plexus-classworlds --> |
| 3446 | + <groupId>classworlds</groupId> |
| 3447 | + <artifactId>classworlds</artifactId> |
| 3448 | + </exclusion> |
3416 | 3449 | </exclusions> |
3417 | 3450 | </dependency> |
3418 | 3451 | <dependency> |
|
0 commit comments