Restore org.testcontainers:junit-jupiter dep

Some of the modules rely on the JUnit support or Testscontainers
This commit is contained in:
Artem Bilan
2022-01-30 10:47:35 -05:00
committed by GitHub
parent 06b09013f2
commit 15788eca6a

View File

@@ -67,6 +67,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>