This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new aee216c6c5b8 camel-knative-http: Make vertx-codegen provided scope
aee216c6c5b8 is described below
commit aee216c6c5b8c7a150c47d43c1e11675e70ce34b
Author: James Netherton <[email protected]>
AuthorDate: Fri Oct 17 08:02:29 2025 +0100
camel-knative-http: Make vertx-codegen provided scope
---
components/camel-knative/camel-knative-http/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/camel-knative/camel-knative-http/pom.xml
b/components/camel-knative/camel-knative-http/pom.xml
index 68c3f3734a67..4553a1471e6b 100644
--- a/components/camel-knative/camel-knative-http/pom.xml
+++ b/components/camel-knative/camel-knative-http/pom.xml
@@ -60,6 +60,7 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>${vertx-version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>