You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/04/23 18:56:09 UTC

[sling-org-apache-sling-karaf-features] branch master updated: SLING-3027 Improve Launchpad Karaf Features

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git


The following commit(s) were added to refs/heads/master by this push:
     new 733e938  SLING-3027 Improve Launchpad Karaf Features
733e938 is described below

commit 733e9388566cc7dd34743434a6ba8cf74eecc6d7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 23 20:54:50 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    downgrade mongo-java-driver to 3.8.2 (does not show BSON issue with Oak)
---
 src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index b093246..6fda116 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -474,7 +474,7 @@
     <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.26.0</bundle>
     <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.26.0</bundle>
     <bundle>mvn:com.h2database/h2-mvstore/1.4.200</bundle>
-    <bundle>mvn:org.mongodb/mongo-java-driver/3.12.2</bundle>
+    <bundle>mvn:org.mongodb/mongo-java-driver/3.8.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.4</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->