{
  "id":"org.apache.sling:org.apache.sling.kickstart:slingosgifeature:oak_persistence_mongods:0.0.12",
  "title":"Apache Sling Kickstart Launcher",
  "description":"Creates an Executable JAR file to launch Sling Feature Model Project",
  "vendor":"The Apache Software Foundation",
  "license":"Apache License, Version 2.0",
  "bundles":[
    {
      "id":"com.h2database:h2-mvstore:1.4.194",
      "start-order":"15"
    },
    {
      "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:27017"
    }
  }
}