blob: 11c17ce169e0844d7a5ff6fb86fed9042c19272e [file] [log] [blame]
{
"variables": {
"mongo.port":"27017"
},
"bundles":[
{
"id":"com.h2database:h2-mvstore:1.4.200",
"start-order":"15"
},
{
// Do NOT blindly update this, see SLING-10402
"id":"org.mongodb:mongo-java-driver:3.8.2",
"start-order":"15"
}
],
"configurations":{
"org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService":{
"db":"sling",
"mongouri":"mongodb://localhost:${mongo.port}"
}
}
}