diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index 42a795e81..812a05d99 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -44,6 +44,14 @@
             <groupId>org.jboss.intersmash</groupId>
             <artifactId>intersmash-deployments-provider</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.fabric8</groupId>
+            <artifactId>openshift-client</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>io.fabric8</groupId>
+            <artifactId>kubernetes-model-core</artifactId>
+        </dependency>
     </dependencies>
 
     <build>