aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller
diff options
context:
space:
mode:
Diffstat (limited to 'asdc-controller')
-rw-r--r--asdc-controller/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index e2b0322d58..a17d1b0748 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -224,6 +224,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>