Skip to content

Commit 7bc5f88

Browse files
committed
RATIS-2322. Fix Compile Error.
1 parent 1eaab74 commit 7bc5f88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ratis-server-api/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,16 @@
5252
<groupId>org.slf4j</groupId>
5353
<artifactId>slf4j-api</artifactId>
5454
</dependency>
55+
56+
<dependency>
57+
<groupId>org.junit.jupiter</groupId>
58+
<artifactId>junit-jupiter-engine</artifactId>
59+
<scope>test</scope>
60+
</dependency>
61+
<dependency>
62+
<groupId>org.junit.platform</groupId>
63+
<artifactId>junit-platform-launcher</artifactId>
64+
<scope>test</scope>
65+
</dependency>
5566
</dependencies>
5667
</project>

0 commit comments

Comments
 (0)