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-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new f0bc168  Revert "CAMEL-16634: Upgrade snappy"
f0bc168 is described below

commit f0bc1687f9444075c765dd96872101056fb93abe
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jun 6 10:09:20 2021 +0200

    Revert "CAMEL-16634: Upgrade snappy"
    
    This reverts commit 22a5f3dc47ccb53b23a6a7eb771c848908120388.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c916b1a..a2623ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,8 @@
         <scribe-bundle-version>1.3.7_1</scribe-bundle-version>
         <serp-bundle-version>1.14.1_1</serp-bundle-version>
         <servicemix-jaxb-version>2.3_2</servicemix-jaxb-version>
-        <snappy-version>1.1.8.4</snappy-version>
+        <!-- snappy 1.1.8.x does not work in OSGi -->
+        <snappy-version>1.1.7.3</snappy-version>
         <solr-bundle-version>8.8.2_1</solr-bundle-version>
         <spring-batch-bundle-version>4.3.3_1</spring-batch-bundle-version>
         
<spring-data-commons-bundle-version>2.5.0_1</spring-data-commons-bundle-version>

Reply via email to