Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 35795b3

Browse files
committed
pomを更新
1 parent 3eeaea7 commit 35795b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,17 @@
1717
<version>1.3.61</version>
1818
<scope>runtime</scope>
1919
</dependency>
20+
<dependency>
21+
<groupId>org.junit.jupiter</groupId>
22+
<artifactId>junit-jupiter</artifactId>
23+
<version>5.6.0</version>
24+
<scope>test</scope>
25+
<exclusions>
26+
<exclusion>
27+
<artifactId>junit-vintage-engine</artifactId>
28+
<groupId>org.junit.vintage</groupId>
29+
</exclusion>
30+
</exclusions>
31+
</dependency>
2032
</dependencies>
2133
</project>

0 commit comments

Comments
 (0)