diff --git a/pom.xml b/pom.xml
index 450de17b0..4c058b26c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,6 @@
4.2.0
- 3.6.0
3.6.0
io.quarkus.platform
3.6.0
diff --git a/support/camel-k-maven-plugin/pom.xml b/support/camel-k-maven-plugin/pom.xml
index 88a17524d..673f28d8b 100644
--- a/support/camel-k-maven-plugin/pom.xml
+++ b/support/camel-k-maven-plugin/pom.xml
@@ -72,12 +72,10 @@
org.apache.camel.quarkus
camel-quarkus-catalog
- ${camel-quarkus-version}
org.apache.camel.quarkus
camel-quarkus-core
- ${camel-quarkus-version}
org.apache.camel
@@ -171,7 +169,6 @@
${project.version}
${camel-version}
- ${camel-quarkus-version}
${quarkus-version}
${quarkus-native-builder-image}
${jib-maven-plugin-version}
diff --git a/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy b/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
index c863cba9e..4fc3e61c8 100644
--- a/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
+++ b/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
@@ -21,9 +21,6 @@ new File(basedir, "catalog.yaml").withReader {
assert catalog.spec.runtime.version == runtimeVersion
assert catalog.spec.runtime.applicationClass == 'io.quarkus.bootstrap.runner.QuarkusEntryPoint'
assert catalog.spec.runtime.metadata['camel.version'] == camelVersion
- // Re-enabled this when the version will be the same again
- //assert catalog.spec.runtime.metadata['quarkus.version'] == quarkusVersion
- assert catalog.spec.runtime.metadata['camel-quarkus.version'] == camelQuarkusVersion
assert catalog.spec.runtime.metadata['quarkus.native-builder-image'] == quarkusNativeBuilderImage
assert catalog.spec.runtime.metadata['jib.maven-plugin.version'] == jibMavenPluginVersion
assert catalog.spec.runtime.metadata['jib.layer-filter-extension-maven.version'] == jibLayerFilterExtensionMavenVersion