|
7 | 7 | to you under the Apache License, Version 2.0 (the
|
8 | 8 | "License"); you may not use this file except in compliance
|
9 | 9 | with the License. You may obtain a copy of the License at
|
10 |
| - |
| 10 | +
|
11 | 11 | http://www.apache.org/licenses/LICENSE-2.0
|
12 |
| - |
| 12 | +
|
13 | 13 | Unless required by applicable law or agreed to in writing,
|
14 | 14 | software distributed under the License is distributed on an
|
15 | 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
62 | 62 |
|
63 | 63 | <properties>
|
64 | 64 | <javaVersion>8</javaVersion>
|
65 |
| - <mavenVersion>3.2.5</mavenVersion> |
66 |
| - <resolverVersion>1.0.0.v20140518</resolverVersion> |
| 65 | + <mavenVersion>3.6.3</mavenVersion> |
| 66 | + <resolverVersion>1.4.1</resolverVersion> |
67 | 67 | <project.build.outputTimestamp>2022-11-16T01:25:26Z</project.build.outputTimestamp>
|
68 | 68 | </properties>
|
69 | 69 |
|
70 | 70 | <dependencies>
|
| 71 | + <dependency> |
| 72 | + <groupId>org.apache.maven</groupId> |
| 73 | + <artifactId>maven-model</artifactId> |
| 74 | + <version>${mavenVersion}</version> |
| 75 | + <scope>provided</scope> |
| 76 | + </dependency> |
71 | 77 | <dependency>
|
72 | 78 | <groupId>org.apache.maven</groupId>
|
73 | 79 | <artifactId>maven-core</artifactId>
|
74 | 80 | <version>${mavenVersion}</version>
|
75 | 81 | <scope>provided</scope>
|
76 | 82 | </dependency>
|
77 | 83 | <dependency>
|
78 |
| - <groupId>org.eclipse.aether</groupId> |
79 |
| - <artifactId>aether-api</artifactId> |
| 84 | + <groupId>org.apache.maven</groupId> |
| 85 | + <artifactId>maven-artifact</artifactId> |
| 86 | + <version>${mavenVersion}</version> |
| 87 | + <scope>provided</scope> |
| 88 | + </dependency> |
| 89 | + <dependency> |
| 90 | + <groupId>org.apache.maven.resolver</groupId> |
| 91 | + <artifactId>maven-resolver-api</artifactId> |
80 | 92 | <version>${resolverVersion}</version>
|
81 | 93 | <scope>provided</scope>
|
82 | 94 | </dependency>
|
83 | 95 | <dependency>
|
84 |
| - <groupId>org.eclipse.aether</groupId> |
85 |
| - <artifactId>aether-util</artifactId> |
| 96 | + <groupId>org.apache.maven.resolver</groupId> |
| 97 | + <artifactId>maven-resolver-util</artifactId> |
86 | 98 | <version>${resolverVersion}</version>
|
87 | 99 | </dependency>
|
88 | 100 | <dependency>
|
|
100 | 112 | <dependency>
|
101 | 113 | <groupId>org.junit.jupiter</groupId>
|
102 | 114 | <artifactId>junit-jupiter-api</artifactId>
|
103 |
| - <version>5.10.2</version> |
104 | 115 | <scope>test</scope>
|
105 | 116 | </dependency>
|
106 | 117 | </dependencies>
|
|
0 commit comments