Skip to content

Commit e4dea9d

Browse files
[MINVOKER-366] Require Maven 3.6.3
1 parent be7f699 commit e4dea9d

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

pom.xml

+15-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828
</parent>
2929

3030
<artifactId>maven-invoker-plugin</artifactId>
31-
<version>3.6.2-SNAPSHOT</version>
31+
<version>3.7.0-SNAPSHOT</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Invoker Plugin</name>
@@ -62,11 +62,11 @@ under the License.
6262

6363
<properties>
6464
<javaVersion>8</javaVersion>
65-
<mavenVersion>3.2.5</mavenVersion>
65+
<mavenVersion>3.6.3</mavenVersion>
6666
<beanshell-groupId>org.apache-extras.beanshell</beanshell-groupId>
6767
<beanshell-artifactId>bsh</beanshell-artifactId>
6868
<beanshell-version>2.0b6</beanshell-version>
69-
<project.build.outputTimestamp>2024-03-27T06:01:10Z</project.build.outputTimestamp>
69+
<project.build.outputTimestamp>2024-05-05T11:44:43Z</project.build.outputTimestamp>
7070
<groovy-version>4.0.21</groovy-version>
7171
</properties>
7272

@@ -146,9 +146,9 @@ under the License.
146146
<scope>provided</scope>
147147
</dependency>
148148
<dependency>
149-
<groupId>org.eclipse.aether</groupId>
150-
<artifactId>aether-util</artifactId>
151-
<version>1.0.0.v20140518</version>
149+
<groupId>org.apache.maven.resolver</groupId>
150+
<artifactId>maven-resolver-util</artifactId>
151+
<version>1.4.1</version>
152152
</dependency>
153153

154154
<!-- shared -->
@@ -168,7 +168,15 @@ under the License.
168168
</exclusion>
169169
<exclusion>
170170
<groupId>org.apache.maven</groupId>
171-
<artifactId>*</artifactId>
171+
<artifactId>maven-artifact</artifactId>
172+
</exclusion>
173+
<exclusion>
174+
<groupId>org.apache.maven</groupId>
175+
<artifactId>maven-core</artifactId>
176+
</exclusion>
177+
<exclusion>
178+
<groupId>org.apache.maven</groupId>
179+
<artifactId>maven-plugin-api</artifactId>
172180
</exclusion>
173181
</exclusions>
174182
</dependency>

0 commit comments

Comments
 (0)