@@ -107,9 +107,10 @@ under the License.
107
107
<scope >provided</scope >
108
108
</dependency >
109
109
<dependency >
110
- <groupId >org.apache.maven</groupId >
111
- <artifactId >maven-settings</artifactId >
112
- <version >${mavenVersion} </version >
110
+ <groupId >org.eclipse.aether</groupId >
111
+ <artifactId >aether-api</artifactId >
112
+ <!-- the same version as in Maven 3.2.5 -->
113
+ <version >1.0.0.v20140518</version >
113
114
<scope >provided</scope >
114
115
</dependency >
115
116
<dependency >
@@ -187,10 +188,17 @@ under the License.
187
188
<artifactId >junit</artifactId >
188
189
<version >4.13.2</version >
189
190
<scope >test</scope >
191
+ <exclusions >
192
+ <exclusion >
193
+ <!-- exclude old version with different artifactId -->
194
+ <groupId >org.hamcrest</groupId >
195
+ <artifactId >hamcrest-core</artifactId >
196
+ </exclusion >
197
+ </exclusions >
190
198
</dependency >
191
199
<dependency >
192
200
<groupId >org.hamcrest</groupId >
193
- <artifactId >hamcrest-core </artifactId >
201
+ <artifactId >hamcrest</artifactId >
194
202
<version >2.2</version >
195
203
<scope >test</scope >
196
204
</dependency >
@@ -201,19 +209,6 @@ under the License.
201
209
<version >${slf4jVersion} </version >
202
210
<scope >test</scope >
203
211
</dependency >
204
- <dependency >
205
- <groupId >org.apache.maven</groupId >
206
- <artifactId >maven-aether-provider</artifactId >
207
- <version >${mavenVersion} </version >
208
- <scope >test</scope >
209
- </dependency >
210
-
211
- <dependency >
212
- <groupId >org.apache.maven.plugin-testing</groupId >
213
- <artifactId >maven-plugin-testing-harness</artifactId >
214
- <version >3.3.0</version >
215
- <scope >test</scope >
216
- </dependency >
217
212
<dependency >
218
213
<groupId >org.mockito</groupId >
219
214
<artifactId >mockito-core</artifactId >
0 commit comments