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

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


The following commit(s) were added to refs/heads/master by this push:
     new d88f79d  SLING-7922 - Update to latest available releases for Sling 11
d88f79d is described below

commit d88f79d7179b842cb18bf1325161231fdee5f7cf
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Oct 16 14:23:46 2018 +0200

    SLING-7922 - Update to latest available releases for Sling 11
    
    Fix oak_mongo runmode dependencies (persistent cache seems to be
    used by default).
---
 src/main/provisioning/oak.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/provisioning/oak.txt b/src/main/provisioning/oak.txt
index 1399adb..4621efc 100644
--- a/src/main/provisioning/oak.txt
+++ b/src/main/provisioning/oak.txt
@@ -48,6 +48,7 @@
 
 [artifacts startLevel=15 runModes=oak_mongo]
     org.mongodb/mongo-java-driver/3.6.4
+    com.h2database/h2-mvstore/1.4.194
 
 # start the Oak server instance after all components have been configured
 # and started to avoid restarting that component ( see SLING-4556 )

Reply via email to