aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-tosca/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-tosca/pom.xml')
-rw-r--r--sdc-tosca/pom.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/sdc-tosca/pom.xml b/sdc-tosca/pom.xml
index 18dd63f..4ce2910 100644
--- a/sdc-tosca/pom.xml
+++ b/sdc-tosca/pom.xml
@@ -49,23 +49,17 @@
<!-- TEST -->
<dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.10.19</version>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
+
<!-- Provides everything you need to write JUnit 5 Jupiter tests. -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
- <!-- Enables any legacy JUnit 3 and JUnit 4 tests you may have. Not needed for JUnit 5 tests. -->
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<reporting>