Skip to content

Commit e8e1d0b

Browse files
authored
Update dependencies (#57)
Changes: * update parent POM to 16 * update plexus-shim to 0.9.0.M2 * drop junit engine, surefire pulls it in automatically
1 parent 8e5a9af commit e8e1d0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@
3838
<dependency>
3939
<groupId>org.eclipse.sisu</groupId>
4040
<artifactId>org.eclipse.sisu.plexus</artifactId>
41-
<version>0.3.5</version>
41+
<version>0.9.0.M2</version>
42+
</dependency>
43+
<dependency>
44+
<groupId>org.eclipse.sisu</groupId>
45+
<artifactId>org.eclipse.sisu.inject</artifactId>
46+
<version>0.9.0.M2</version>
4247
</dependency>
4348
<dependency>
4449
<groupId>com.google.inject</groupId>
@@ -49,11 +54,6 @@
4954
<groupId>org.junit.jupiter</groupId>
5055
<artifactId>junit-jupiter-api</artifactId>
5156
</dependency>
52-
<dependency>
53-
<groupId>org.junit.jupiter</groupId>
54-
<artifactId>junit-jupiter-engine</artifactId>
55-
<scope>test</scope>
56-
</dependency>
5757
</dependencies>
5858

5959
</project>

0 commit comments

Comments
 (0)