aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-03-26 18:00:57 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-03-26 18:00:57 +0100
commit0ad7e2a305997e1aee7920f63384e9a27491d51f (patch)
tree8d11bdd27983ca7a1379fdd31d240ea3a9d65ca9 /orchestrator/pom.xml
parent8d45ebdb09cb89d47dd86b74b71bdb51c9fb1175 (diff)
Convert HostSuspensionResource to request handler
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index fed0e617c79..da4a7dc4efc 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -134,6 +134,16 @@
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>