Skip to content

Commit

Permalink
feat(catalog): change micrometer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Sep 28, 2024
1 parent 12aef25 commit aa763bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ private void addCapabilities(RuntimeSpec.Builder runtimeSpec, CamelCatalogSpec.B
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);

Expand Down

0 comments on commit aa763bf

Please sign in to comment.