This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 4dfe8b4 Camel-Box Feature: Fixed in relation to Jsoup upgrade
4dfe8b4 is described below
commit 4dfe8b4c9fb11ce50867bf3ca862973a5b03e88f
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 20 10:42:56 2021 +0200
Camel-Box Feature: Fixed in relation to Jsoup upgrade
---
platforms/karaf/features/src/main/resources/features.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index ff8aa73..4d6ad44 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -367,6 +367,7 @@
<bundle
dependency='true'>mvn:com.eclipsesource.minimal-json/minimal-json/${minimal-json-version}</bundle>
<bundle
dependency='true'>mvn:org.bitbucket.b_c/jose4j/${jose4j-version}</bundle>
<bundle
dependency='true'>wrap:mvn:com.box/box-java-sdk/${box-java-sdk-version}</bundle>
+ <bundle
dependency='true'>mvn:com.google.code.findbugs/jsr305/${google-findbugs-jsr305-version}</bundle>
<bundle
dependency='true'>mvn:org.apache.camel/camel-box-api/${project.version}</bundle>
<bundle>mvn:org.apache.camel/camel-box/${project.version}</bundle>
</feature>