You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/29 15:00:45 UTC

[camel] branch main updated: Make camel-protobuf work in OSGi

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 06ee45b  Make camel-protobuf work in OSGi
06ee45b is described below

commit 06ee45b8855980cce4001a38ef99bc54896b9b2b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jan 29 15:59:57 2022 +0100

    Make camel-protobuf work in OSGi
---
 components/camel-protobuf/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml
index 2ad85f9..ec03881 100644
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -33,6 +33,9 @@
     <description>Camel Google Protobuf data format support</description>
 
     <properties>
+        <camel.osgi.import.before.defaults>
+            com.google.protobuf.*;version="[3.1,4)"
+        </camel.osgi.import.before.defaults>
     </properties>
 
     <dependencies>