You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2023/07/28 06:35:26 UTC

[camel-karaf] branch camel-karaf-3.21.x updated: Fixing californium feature following upgrade to 2.7.4 (#240)

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

coheigea pushed a commit to branch camel-karaf-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/camel-karaf-3.21.x by this push:
     new d6df0fd4 Fixing californium feature following upgrade to 2.7.4 (#240)
d6df0fd4 is described below

commit d6df0fd47ee4929ab99e96c9d58baf1a2ad3cede
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Thu Jul 27 09:12:56 2023 +0100

    Fixing californium feature following upgrade to 2.7.4 (#240)
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index aa3b4f0f..7d63553d 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -601,7 +601,7 @@
     <bundle dependency='true'>mvn:io.netty/netty-tcnative-classes/${netty-tcnative-classes-version}</bundle>
     <bundle>wrap:mvn:org.eclipse.californium/californium-core/${californium-version}</bundle>
     <bundle>wrap:mvn:org.eclipse.californium/element-connector/${californium-version}$overwrite=merge&amp;Import-Package=net.i2p.crypto.eddsa;resolution:=optional</bundle>
-    <bundle>wrap:mvn:org.eclipse.californium/element-connector-tcp-netty/${californium-version}</bundle>
+    <bundle>wrap:mvn:org.eclipse.californium/element-connector-tcp-netty/${californium-netty-version}</bundle>
     <bundle>wrap:mvn:org.eclipse.californium/scandium/${californium-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-coap/${project.version}</bundle>
   </feature>