File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- Copyright (c) 2000, 2024 , Oracle and/or its affiliates.
3
+ Copyright (c) 2000, 2025 , Oracle and/or its affiliates.
4
4
5
5
Licensed under the Universal Permissive License v 1.0 as shown at
6
6
https://oss.oracle.com/licenses/upl.
52
52
<dependency >
53
53
<groupId >org.apache.maven.shared</groupId >
54
54
<artifactId >maven-artifact-transfer</artifactId >
55
+ <exclusions >
56
+ <exclusion >
57
+ <groupId >org.apache.maven</groupId >
58
+ <artifactId >maven-core</artifactId >
59
+ </exclusion >
60
+ <exclusion >
61
+ <groupId >org.apache.maven</groupId >
62
+ <artifactId >maven-plugin-api</artifactId >
63
+ </exclusion >
64
+ <exclusion >
65
+ <groupId >org.apache.maven.shared</groupId >
66
+ <artifactId >maven-shared-utils</artifactId >
67
+ </exclusion >
68
+ </exclusions >
55
69
</dependency >
56
70
<dependency >
57
71
<groupId >org.apache.maven.plugin-tools</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- Copyright (c) 2020, 2023 Oracle and/or its affiliates.
3
+ Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4
4
5
5
Licensed under the Universal Permissive License v 1.0 as shown at
6
6
https://oss.oracle.com/licenses/upl.
29
29
30
30
<properties >
31
31
<!-- library dependency versions -->
32
- <maven .plugin.api.version>3.9.2 </maven .plugin.api.version>
32
+ <maven .plugin.api.version>3.9.10 </maven .plugin.api.version>
33
33
34
34
<!-- maven plugin versions -->
35
- <maven .artifact.transfer.version>0.12.0 </maven .artifact.transfer.version>
35
+ <maven .artifact.transfer.version>0.13.1 </maven .artifact.transfer.version>
36
36
</properties >
37
37
38
38
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments