summaryrefslogtreecommitdiff
path: root/qpid/java/systests
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/systests')
-rw-r--r--qpid/java/systests/etc/config-systests.json12
1 files changed, 2 insertions, 10 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json
index c47744c47c..12a8a5c5a6 100644
--- a/qpid/java/systests/etc/config-systests.json
+++ b/qpid/java/systests/etc/config-systests.json
@@ -21,6 +21,8 @@
{
"name": "Broker",
"defaultVirtualHost" : "test",
+ "storeVersion": 1,
+ "modelVersion": "1.0",
"authenticationproviders" : [ {
"name" : "plain",
"type" : "PlainPasswordFile",
@@ -59,14 +61,4 @@
"name" : "test",
"configPath" : "${broker.virtualhosts-config}"
} ]
- /*
-,
- "plugins" : [ {
- "pluginType" : "MANAGEMENT-HTTP",
- "name" : "httpManagement"
- }, {
- "pluginType" : "MANAGEMENT-JMX",
- "name" : "jmxManagement"
- } ]
- */
}