Skip to content

Commit

Permalink
Add JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed Sep 11, 2024
1 parent 770b6c8 commit d8d3177
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,13 @@
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
<version>9.3.1</version>
<version>9.4.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit d8d3177

Please sign in to comment.