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

davsclaus 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 9650079a111 camel-cometd - Migrate to Jetty 11
9650079a111 is described below

commit 9650079a11184d6d000da60e99e00e04e9bc0ded
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jan 14 19:18:04 2023 +0100

    camel-cometd - Migrate to Jetty 11
---
 components/camel-cometd/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml
index 058e20a0f2b..228f25c254b 100644
--- a/components/camel-cometd/pom.xml
+++ b/components/camel-cometd/pom.xml
@@ -59,6 +59,11 @@
             <artifactId>jetty-util</artifactId>
             <version>${jetty-version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-util-ajax</artifactId>
+            <version>${jetty-version}</version>
+        </dependency>
         <dependency>
             <groupId>org.cometd.java</groupId>
             <artifactId>cometd-java-server-websocket-jetty</artifactId>

Reply via email to