This is an automated email from the ASF dual-hosted git repository.
nfilotto 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 0b75fee2 camel-influxdb wrapper - integration test fix (#283)
0b75fee2 is described below
commit 0b75fee2cb48eb543d6a8a9c9d9eb85c2bf30937
Author: ozgurkisir-qlik <[email protected]>
AuthorDate: Wed May 15 13:04:24 2024 +0300
camel-influxdb wrapper - integration test fix (#283)
---
features/src/main/feature/camel-features.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/features/src/main/feature/camel-features.xml
b/features/src/main/feature/camel-features.xml
index 9e1ee157..8ea5fda8 100644
--- a/features/src/main/feature/camel-features.xml
+++ b/features/src/main/feature/camel-features.xml
@@ -1171,6 +1171,14 @@
</feature>
<feature name='camel-influxdb' version='${project.version}'
start-level='50'>
<feature version='${camel.osgi.version.range}'>camel-core</feature>
+ <feature version="[6,7)">jakarta-servlet</feature>
+ <bundle
dependency='true'>wrap:mvn:com.squareup.okhttp3/logging-interceptor/${squareup-okhttp-version}</bundle>
+ <bundle
dependency='true'>wrap:mvn:com.squareup.okhttp3/okhttp/${squareup-okhttp-version}</bundle>
+ <bundle
dependency='true'>wrap:mvn:com.squareup.okio/okio/${squareup-okio-version}</bundle>
+ <bundle
dependency='true'>wrap:mvn:com.squareup.moshi/moshi/1.15.1</bundle>
+ <bundle
dependency='true'>wrap:mvn:com.squareup.retrofit2/converter-moshi/2.11.0</bundle>
+ <bundle
dependency='true'>wrap:mvn:com.squareup.retrofit2/retrofit/2.11.0</bundle>
+ <bundle
dependency='true'>wrap:mvn:org.jetbrains.kotlin/kotlin-stdlib/${kotlin-version}</bundle>
<bundle
dependency='true'>wrap:mvn:org.influxdb/influxdb-java/${influx-java-driver-version}</bundle>
<bundle>mvn:org.apache.camel.karaf/camel-influxdb/${project.version}</bundle>
</feature>