You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/24 13:39:11 UTC

[camel-k] branch main updated: chore(build): let bom managed by camel k runtime

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 91dcd82de chore(build): let bom managed by camel k runtime
91dcd82de is described below

commit 91dcd82de4950216544bdcc69de1c1b4d0feeef7
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon May 30 15:52:13 2022 +0200

    chore(build): let bom managed by camel k runtime
---
 pkg/builder/quarkus.go | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pkg/builder/quarkus.go b/pkg/builder/quarkus.go
index f8cd30786..34331c6ca 100644
--- a/pkg/builder/quarkus.go
+++ b/pkg/builder/quarkus.go
@@ -114,13 +114,6 @@ func GenerateQuarkusProjectCommon(camelQuarkusVersion string, runtimeVersion str
 
 	// DependencyManagement
 	p.DependencyManagement.Dependencies = append(p.DependencyManagement.Dependencies,
-		maven.Dependency{
-			GroupID:    "org.apache.camel.quarkus",
-			ArtifactID: "camel-quarkus-bom",
-			Version:    camelQuarkusVersion,
-			Type:       "pom",
-			Scope:      "import",
-		},
 		maven.Dependency{
 			GroupID:    "org.apache.camel.k",
 			ArtifactID: "camel-k-runtime-bom",