{
   "modules": {
        "mgmt": {
            "type": "direct-dir",
            "path": "${OSV_BASE}/mgmt/"
        },
        "httpserver": {
            "type": "direct-dir",
            "path": "${OSV_BASE}/mgmt/httpserver"
        },
        "java": {
            "type": "direct-dir",
            "path": "${OSV_BASE}/modules/java/"
        },
        "java-tests": {
            "type": "direct-dir",
            "path": "${OSV_BASE}/modules/java-tests/"
        },
        "tests": {
            "type": "direct-dir",
            "path": "${OSV_BASE}/modules/tests/"
        },
    "include": [
        "${OSV_BASE}/apps/modules.json"
    ]
   }
}