diff --git a/bin/bindings.properties b/bin/bindings.properties
index 1a21407f62..9c2c2dcd89 100644
--- a/bin/bindings.properties
+++ b/bin/bindings.properties
@@ -55,7 +55,6 @@ infinispan-cs:com.yahoo.ycsb.db.InfinispanRemoteClient
infinispan:com.yahoo.ycsb.db.InfinispanClient
jdbc:com.yahoo.ycsb.db.JdbcDBClient
kudu:com.yahoo.ycsb.db.KuduYCSBClient
-mapkeeper:com.yahoo.ycsb.db.MapKeeperClient
memcached:com.yahoo.ycsb.db.MemcachedClient
mongodb:com.yahoo.ycsb.db.MongoDbClient
mongodb-async:com.yahoo.ycsb.db.AsyncMongoDbClient
@@ -69,5 +68,4 @@ s3:com.yahoo.ycsb.db.S3Client
solr:com.yahoo.ycsb.db.solr.SolrClient
solr6:com.yahoo.ycsb.db.solr6.SolrClient
tarantool:com.yahoo.ycsb.db.TarantoolClient
-voldemort:com.yahoo.ycsb.db.VoldemortClient
diff --git a/bin/ycsb b/bin/ycsb
index e7f3c4fade..47a336d77f 100755
--- a/bin/ycsb
+++ b/bin/ycsb
@@ -80,7 +80,6 @@ DATABASES = {
"infinispan" : "com.yahoo.ycsb.db.InfinispanClient",
"jdbc" : "com.yahoo.ycsb.db.JdbcDBClient",
"kudu" : "com.yahoo.ycsb.db.KuduYCSBClient",
- "mapkeeper" : "com.yahoo.ycsb.db.MapKeeperClient",
"memcached" : "com.yahoo.ycsb.db.MemcachedClient",
"mongodb" : "com.yahoo.ycsb.db.MongoDbClient",
"mongodb-async": "com.yahoo.ycsb.db.AsyncMongoDbClient",
@@ -94,7 +93,6 @@ DATABASES = {
"solr" : "com.yahoo.ycsb.db.solr.SolrClient",
"solr6" : "com.yahoo.ycsb.db.solr6.SolrClient",
"tarantool" : "com.yahoo.ycsb.db.TarantoolClient",
- "voldemort" : "com.yahoo.ycsb.db.VoldemortClient"
}
OPTIONS = {
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 65f0191df4..06dc24d1fc 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -89,6 +89,11 @@ LICENSE file.
azuredocumentdb-binding
${project.version}
+
+ com.yahoo.ycsb
+ azuretablestorage-binding
+ ${project.version}
+
com.yahoo.ycsb
dynamodb-binding
diff --git a/pom.xml b/pom.xml
index aad2c248c4..7b0cc62d67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,19 +109,19 @@ LICENSE file.
core
binding-parent
+ distribution
accumulo
aerospike
arangodb
arangodb3
asynchbase
+ azuredocumentdb
azuretablestorage
cassandra
cloudspanner
couchbase
couchbase2
- distribution
- azuredocumentdb
dynamodb
elasticsearch
elasticsearch5