diff --git a/pom.xml b/pom.xml
index b80ee15..f7f0922 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,16 +13,11 @@
UTF-8
UTF-8
- 1.5.13.RELEASE
- 7.0.1.fuse-000008-redhat-4
-
-
- 3.5.33.fuse-000089-redhat-4
+ 7.1.0.fuse-710019-redhat-00002
1.17.1
1.4.0.Final
- 2.6.3
@@ -34,6 +29,20 @@
pom
import
+
+ org.jboss.redhat-fuse
+ fabric8-maven-plugin
+ ${fuse.bom.version}
+ import
+ pom
+
+
+ org.jboss.redhat-fuse
+ spring-boot-maven-plugin
+ ${fuse.bom.version}
+ import
+ pom
+
org.arquillian.cube
arquillian-cube-bom
@@ -112,7 +121,7 @@
io.fabric8
openshift-client
- ${openshift.client.version}
+
test
@@ -163,9 +172,9 @@
- org.springframework.boot
+ org.jboss.redhat-fuse
spring-boot-maven-plugin
- ${spring-boot.version}
+ ${fuse.bom.version}
exec
@@ -232,9 +241,9 @@
- io.fabric8
+ org.jboss.redhat-fuse
fabric8-maven-plugin
- ${fmp.version}
+ ${fuse.bom.version}
diff --git a/src/test/java/com/redhat/fuse/boosters/rest/http/HttpRequestKT.java b/src/test/java/com/redhat/fuse/boosters/rest/http/HttpRequestKT.java
index 781e87f..ac5f2a6 100644
--- a/src/test/java/com/redhat/fuse/boosters/rest/http/HttpRequestKT.java
+++ b/src/test/java/com/redhat/fuse/boosters/rest/http/HttpRequestKT.java
@@ -16,8 +16,8 @@
package com.redhat.fuse.boosters.rest.http;
-import io.fabric8.kubernetes.api.model.v2_6.HasMetadata;
-import io.fabric8.openshift.clnt.v2_6.OpenShiftClient;
+import io.fabric8.kubernetes.api.model.HasMetadata;
+import io.fabric8.openshift.client.OpenShiftClient;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.arquillian.test.api.ArquillianResource;
import org.junit.Test;