This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push:
new e939919c877 CAMEL-18405: OSGi temporary fix for camel-file private
package problem in 3.18.x
e939919c877 is described below
commit e939919c8775c72fa6cc0510fcfc8957eb1eb9a8
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Sep 4 11:28:25 2022 +0200
CAMEL-18405: OSGi temporary fix for camel-file private package problem in
3.18.x
---
components/camel-file/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/components/camel-file/pom.xml b/components/camel-file/pom.xml
index bfe4c1f15ed..135779f3ab6 100644
--- a/components/camel-file/pom.xml
+++ b/components/camel-file/pom.xml
@@ -32,6 +32,12 @@
<name>Camel :: File</name>
<description>Camel File component</description>
+ <properties>
+ <camel.osgi.import.before.defaults>
+ org.apache.camel.resume;${camel.osgi.import.camel.version}
+ </camel.osgi.import.before.defaults>
+ </properties>
+
<dependencies>
<dependency>