@@ -89,11 +89,11 @@ under the License.
89
89
</contributors >
90
90
91
91
<properties >
92
- <mavenVersion >3.0 </mavenVersion >
92
+ <mavenVersion >3.1.1 </mavenVersion >
93
93
<doxiaVersion >1.9.1</doxiaVersion >
94
94
<doxiaSiteVersion >1.9.2</doxiaSiteVersion >
95
95
<jettyVersion >9.2.28.v20190418</jettyVersion >
96
- <pluginTestingVersion >2.1 </pluginTestingVersion >
96
+ <pluginTestingVersion >3.1.0 </pluginTestingVersion >
97
97
<javaVersion >7</javaVersion >
98
98
<project .build.outputTimestamp>2020-03-07T11:40:47Z</project .build.outputTimestamp>
99
99
</properties >
@@ -111,12 +111,6 @@ under the License.
111
111
<dependencies >
112
112
<!-- maven -->
113
113
<!-- Remove once deprecated code has been replaced/removed -->
114
- <dependency >
115
- <groupId >org.apache.maven</groupId >
116
- <artifactId >maven-compat</artifactId >
117
- <version >${mavenVersion} </version >
118
- <scope >test</scope >
119
- </dependency >
120
114
<dependency >
121
115
<groupId >org.apache.maven</groupId >
122
116
<artifactId >maven-artifact</artifactId >
@@ -268,6 +262,19 @@ under the License.
268
262
<groupId >org.apache.maven.plugin-tools</groupId >
269
263
<artifactId >maven-plugin-annotations</artifactId >
270
264
</dependency >
265
+
266
+ <dependency >
267
+ <groupId >org.eclipse.aether</groupId >
268
+ <artifactId >aether-connector-wagon</artifactId >
269
+ <version >0.9.0.M2</version >
270
+ <scope >provided</scope >
271
+ </dependency >
272
+ <dependency >
273
+ <groupId >org.apache.maven.wagon</groupId >
274
+ <artifactId >wagon-http-lightweight</artifactId >
275
+ <version >3.4.0</version >
276
+ <scope >provided</scope >
277
+ </dependency >
271
278
272
279
<!-- test -->
273
280
<dependency >
@@ -295,24 +302,23 @@ under the License.
295
302
<scope >test</scope >
296
303
</dependency >
297
304
298
- <dependency >
305
+ <dependency >
299
306
<groupId >org.codehaus.plexus</groupId >
300
307
<artifactId >plexus-interpolation</artifactId >
301
308
<version >1.26</version >
302
309
<scope >test</scope >
303
310
</dependency >
304
-
305
- <dependency >
306
- <groupId >org.sonatype.aether</groupId >
307
- <artifactId >aether-connector-wagon</artifactId >
308
- <version >1.7</version >
309
- <scope >provided</scope >
310
- </dependency >
311
311
<dependency >
312
- <groupId >org.apache.maven.wagon</groupId >
313
- <artifactId >wagon-http-lightweight</artifactId >
314
- <version >3.4.0</version >
315
- <scope >provided</scope >
312
+ <groupId >org.apache.maven</groupId >
313
+ <artifactId >maven-compat</artifactId >
314
+ <version >${mavenVersion} </version >
315
+ <scope >test</scope >
316
+ <exclusions >
317
+ <exclusion >
318
+ <groupId >asm</groupId >
319
+ <artifactId >asm</artifactId >
320
+ </exclusion >
321
+ </exclusions >
316
322
</dependency >
317
323
318
324
<dependency >
@@ -391,7 +397,7 @@ under the License.
391
397
<groupId >org.apache.maven.plugins</groupId >
392
398
<artifactId >maven-surefire-plugin</artifactId >
393
399
<configuration >
394
- <!-- Need of more heap space in order to run the unit tests !-->
400
+ <!-- Need more heap space in order to run the unit tests !-->
395
401
<argLine >-Xmx384m</argLine >
396
402
<systemPropertyVariables >
397
403
<maven .home>${maven.home} </maven .home>
0 commit comments