Skip to content

Commit 07d701e

Browse files
committed
[MCOMPILER-476] Require Maven 3.2.5+
1 parent 76d8454 commit 07d701e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pom.xml

+16-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ under the License.
6363
</distributionManagement>
6464

6565
<properties>
66-
<mavenVersion>3.0</mavenVersion>
66+
<mavenVersion>3.2.5</mavenVersion>
6767
<!--
6868
! The following property is used in the integration tests MCOMPILER-157
6969
-->
@@ -125,6 +125,20 @@ under the License.
125125
<groupId>org.apache.maven.shared</groupId>
126126
<artifactId>maven-shared-incremental</artifactId>
127127
<version>1.1</version>
128+
<exclusions>
129+
<exclusion>
130+
<artifactId>maven-core</artifactId>
131+
<groupId>org.apache.maven</groupId>
132+
</exclusion>
133+
<exclusion>
134+
<artifactId>maven-plugin-api</artifactId>
135+
<groupId>org.apache.maven</groupId>
136+
</exclusion>
137+
<exclusion>
138+
<artifactId>maven-shared-utils</artifactId>
139+
<groupId>org.apache.maven.shared</groupId>
140+
</exclusion>
141+
</exclusions>
128142
</dependency>
129143

130144
<dependency>
@@ -171,7 +185,7 @@ under the License.
171185
<dependency>
172186
<groupId>org.apache.maven.plugin-testing</groupId>
173187
<artifactId>maven-plugin-testing-harness</artifactId>
174-
<version>2.1</version>
188+
<version>3.3.0</version>
175189
<scope>test</scope>
176190
</dependency>
177191
<dependency>

0 commit comments

Comments
 (0)