Skip to content

Commit

Permalink
Removing deprecated driver. (#1295)
Browse files Browse the repository at this point in the history
* Removing deprecated driver.
Tracked in issue #1269

* Cause rebuild
  • Loading branch information
voellm authored and stfeng2 committed Apr 19, 2019
1 parent acc4300 commit a90a5a7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 332 deletions.
43 changes: 0 additions & 43 deletions azuredocumentdb/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion bin/bindings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ asynchbase:com.yahoo.ycsb.db.AsyncHBaseClient
arangodb:com.yahoo.ycsb.db.arangodb.ArangoDBClient
arangodb3:com.yahoo.ycsb.db.arangodb.ArangoDBClient
azurecosmos:com.yahoo.ycsb.db.AzureCosmosClient
azuredocumentdb:com.yahoo.ycsb.db.azuredocumentdb.AzureDocumentDBClient
azuretablestorage:com.yahoo.ycsb.db.azuretablestorage.AzureClient
basic:com.yahoo.ycsb.BasicDB
basicts:com.yahoo.ycsb.BasicTSDB
Expand Down
1 change: 0 additions & 1 deletion bin/ycsb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ DATABASES = {
"arangodb3" : "com.yahoo.ycsb.db.arangodb.ArangoDBClient",
"asynchbase" : "com.yahoo.ycsb.db.AsyncHBaseClient",
"azurecosmos" : "com.yahoo.ycsb.db.AzureCosmosClient",
"azuredocumentdb" : "com.yahoo.ycsb.db.azuredocumentdb.AzureDocumentDBClient",
"azuretablestorage" : "com.yahoo.ycsb.db.azuretablestorage.AzureClient",
"basic" : "com.yahoo.ycsb.BasicDB",
"basicts" : "com.yahoo.ycsb.BasicTSDB",
Expand Down
5 changes: 0 additions & 5 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ LICENSE file.
<artifactId>azurecosmos-binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<artifactId>azuredocumentdb-binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<artifactId>azuretablestorage-binding</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ LICENSE file.
<arangodb.version>4.4.1</arangodb.version>
<asynchbase.version>1.7.1</asynchbase.version>
<azurecosmos.version>2.0.0</azurecosmos.version>
<azuredocumentdb.version>1.8.1</azuredocumentdb.version>
<azurestorage.version>4.0.0</azurestorage.version>
<cassandra.cql.version>3.0.0</cassandra.cql.version>
<cloudspanner.version>0.24.0-beta</cloudspanner.version>
Expand Down Expand Up @@ -123,7 +122,6 @@ LICENSE file.
<module>arangodb</module>
<module>asynchbase</module>
<module>azurecosmos</module>
<module>azuredocumentdb</module>
<module>azuretablestorage</module>
<module>cassandra</module>
<module>cloudspanner</module>
Expand Down

0 comments on commit a90a5a7

Please sign in to comment.