This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 04d790972b74d70aa351659fb12e6a068bddce84 Author: Doru Bercea <[email protected]> AuthorDate: Thu Nov 5 16:53:37 2020 -0500 Remove comment. --- pkg/cmd/inspect.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/inspect.go b/pkg/cmd/inspect.go index 9b73bc6..1c2cbf4 100644 --- a/pkg/cmd/inspect.go +++ b/pkg/cmd/inspect.go @@ -220,7 +220,6 @@ func getTransitiveDependencies( } // Create Maven project. - //project := runtime.GenerateProjectCommon(catalog.CamelCatalogSpec.Runtime.Metadata["camel.version"], defaults.DefaultRuntimeVersion) project := runtime.GenerateQuarkusProjectCommon( catalog.CamelCatalogSpec.Runtime.Metadata["camel-quarkus.version"], defaults.DefaultRuntimeVersion, catalog.CamelCatalogSpec.Runtime.Metadata["quarkus.version"])
