Adds junit-vintage-engine as a test dependency

This commit is contained in:
spencergibb
2020-06-08 12:57:21 -04:00
parent af088a4d7a
commit 2a2c2cab8c
5 changed files with 30 additions and 0 deletions

View File

@@ -36,6 +36,12 @@
</dependency>
<!-- Test -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>