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

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


The following commit(s) were added to refs/heads/main by this push:
     new aa763bfc feat(catalog): change micrometer dependencies
aa763bfc is described below

commit aa763bfc4f5c0a2752f9efc80b00ab3da36bc5e0
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 27 07:50:25 2024 +0200

    feat(catalog): change micrometer dependencies
---
 .../main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java
 
b/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java
index d087f359..1d85c8cd 100644
--- 
a/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java
+++ 
b/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java
@@ -533,7 +533,7 @@ public class GenerateCatalogMojo extends AbstractMojo {
         addCapabilityAndDependecies(runtimeSpec, catalogSpec, "knative", 
artifacts, false);
 
         artifacts.clear();
-        artifacts.add(Artifact.from("io.micrometer", 
"micrometer-registry-prometheus"));
+        artifacts.add(Artifact.from("io.quarkus", 
"quarkus-micrometer-registry-prometheus"));
         artifacts.add(Artifact.from("org.apache.camel.quarkus", 
"camel-quarkus-micrometer"));
         addCapabilityAndDependecies(runtimeSpec, catalogSpec, "prometheus", 
artifacts, false);
 

Reply via email to