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 cbdc15d Upgrade to activemq 5.17.0
cbdc15d is described below
commit cbdc15d9e3672543b0561f14a6329aa27452cfd2
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Mar 24 18:50:53 2022 +0100
Upgrade to activemq 5.17.0
---
components/camel-cxf/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 5507c1a..57a7e62 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -288,6 +288,13 @@
</dependency>
<dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>${commons-net-version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
<scope>test</scope>