Skip to content

Commit 74297f1

Browse files
committed
Update sisu.inject to 0.9.0.M2
cleanup junit
1 parent ea0c673 commit 74297f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!-- Tests -->
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>
72-
<artifactId>junit-jupiter</artifactId>
72+
<artifactId>junit-jupiter-api</artifactId>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
@@ -88,8 +88,7 @@
8888
<dependency>
8989
<groupId>org.eclipse.sisu</groupId>
9090
<artifactId>org.eclipse.sisu.inject</artifactId>
91-
<!-- Maven 3.2.5 - 0.3.0.M1; 3.5.4 - 0.3.3; 3.6.3 - 0.3.4 -->
92-
<version>0.3.5</version>
91+
<version>0.9.0.M2</version>
9392
<scope>test</scope>
9493
</dependency>
9594
<dependency>

0 commit comments

Comments
 (0)