Skip to content

Commit af696cb

Browse files
committed
fixed pom.xml
1 parent 69da551 commit af696cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fsm/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<artifactId>junit</artifactId>
2222
<scope>test</scope>
2323
</dependency>
24+
<dependency>
25+
<groupId>org.junit.jupiter</groupId>
26+
<artifactId>junit-jupiter-api</artifactId>
27+
<scope>test</scope>
28+
</dependency>
2429
</dependencies>
2530

2631
</project>

0 commit comments

Comments
 (0)