Add JUnit

This commit is contained in:
Ben van Hartingsveldt 2024-09-11 21:21:30 +02:00
parent 770b6c8cf0
commit d8d31773d6
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -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>