File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ under the License.
63
63
</distributionManagement >
64
64
65
65
<properties >
66
- <mavenVersion >3.0 </mavenVersion >
66
+ <mavenVersion >3.2.5 </mavenVersion >
67
67
<!--
68
68
! The following property is used in the integration tests MCOMPILER-157
69
69
-->
@@ -125,6 +125,20 @@ under the License.
125
125
<groupId >org.apache.maven.shared</groupId >
126
126
<artifactId >maven-shared-incremental</artifactId >
127
127
<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 >
128
142
</dependency >
129
143
130
144
<dependency >
@@ -171,7 +185,7 @@ under the License.
171
185
<dependency >
172
186
<groupId >org.apache.maven.plugin-testing</groupId >
173
187
<artifactId >maven-plugin-testing-harness</artifactId >
174
- <version >2.1 </version >
188
+ <version >3.3.0 </version >
175
189
<scope >test</scope >
176
190
</dependency >
177
191
<dependency >
You can’t perform that action at this time.
0 commit comments