Skip to content

Commit 936c5b0

Browse files
committed
RATIS-2322. Fix Ratis-Protos Compile Error.
1 parent 2018264 commit 936c5b0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ratis-proto/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,25 @@
179179
<groupId>jakarta.annotation</groupId>
180180
<artifactId>jakarta.annotation-api</artifactId>
181181
</dependency>
182+
<dependency>
183+
<groupId>org.junit.jupiter</groupId>
184+
<artifactId>junit-jupiter-api</artifactId>
185+
<scope>test</scope>
186+
</dependency>
187+
<dependency>
188+
<groupId>org.junit.jupiter</groupId>
189+
<artifactId>junit-jupiter-engine</artifactId>
190+
<scope>test</scope>
191+
</dependency>
192+
<dependency>
193+
<groupId>org.junit.platform</groupId>
194+
<artifactId>junit-platform-launcher</artifactId>
195+
<scope>test</scope>
196+
</dependency>
197+
<dependency>
198+
<groupId>org.junit.jupiter</groupId>
199+
<artifactId>junit-jupiter-params</artifactId>
200+
<scope>test</scope>
201+
</dependency>
182202
</dependencies>
183203
</project>

0 commit comments

Comments
 (0)