|
23 | 23 | <parent>
|
24 | 24 | <groupId>org.apache.maven</groupId>
|
25 | 25 | <artifactId>maven-parent</artifactId>
|
26 |
| - <version>39</version> |
| 26 | + <version>41</version> |
27 | 27 | <relativePath />
|
28 | 28 | </parent>
|
29 | 29 |
|
|
249 | 249 | <artifactId>plexus-classworlds</artifactId>
|
250 | 250 | <version>2.6.0</version>
|
251 | 251 | </dependency>
|
252 |
| - <dependency> |
253 |
| - <groupId>org.codehaus.plexus</groupId> |
254 |
| - <artifactId>plexus-component-annotations</artifactId> |
255 |
| - <version>2.1.1</version> |
256 |
| - </dependency> |
257 | 252 | <dependency>
|
258 | 253 | <groupId>javax.inject</groupId>
|
259 | 254 | <artifactId>javax.inject</artifactId>
|
260 | 255 | <version>1</version>
|
261 | 256 | </dependency>
|
262 |
| - <dependency> |
263 |
| - <groupId>org.eclipse.sisu</groupId> |
264 |
| - <artifactId>org.eclipse.sisu.plexus</artifactId> |
265 |
| - <version>${sisuVersion}</version> |
266 |
| - <exclusions> |
267 |
| - <exclusion> |
268 |
| - <groupId>org.codehaus.plexus</groupId> |
269 |
| - <artifactId>plexus-component-annotations</artifactId> |
270 |
| - </exclusion> |
271 |
| - </exclusions> |
272 |
| - </dependency> |
273 | 257 | <dependency>
|
274 | 258 | <groupId>com.google.inject</groupId>
|
275 | 259 | <artifactId>guice</artifactId>
|
276 | 260 | <version>4.2.3</version>
|
277 | 261 | <classifier>no_aop</classifier>
|
278 | 262 | </dependency>
|
279 |
| - <dependency> |
280 |
| - <groupId>org.codehaus.plexus</groupId> |
281 |
| - <artifactId>plexus-utils</artifactId> |
282 |
| - <version>3.5.1</version> |
283 |
| - </dependency> |
284 | 263 | <dependency>
|
285 | 264 | <groupId>org.codehaus.plexus</groupId>
|
286 | 265 | <artifactId>plexus-sec-dispatcher</artifactId>
|
|
363 | 342 | </excludes>
|
364 | 343 | </configuration>
|
365 | 344 | </plugin>
|
366 |
| - <plugin> |
367 |
| - <groupId>org.apache.maven.plugins</groupId> |
368 |
| - <artifactId>maven-surefire-plugin</artifactId> |
369 |
| - <configuration> |
370 |
| - <trimStackTrace>false</trimStackTrace> |
371 |
| - </configuration> |
372 |
| - </plugin> |
373 | 345 | </plugins>
|
374 | 346 | </pluginManagement>
|
375 | 347 | <plugins>
|
|
390 | 362 | </configuration>
|
391 | 363 | <executions>
|
392 | 364 | <execution>
|
393 |
| - <id>check-java-1.7-compat</id> |
| 365 | + <id>check-java-8-compat</id> |
394 | 366 | <goals>
|
395 | 367 | <goal>check</goal>
|
396 | 368 | </goals>
|
|
0 commit comments