Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/bindings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ mongodb-async:site.ycsb.db.AsyncMongoDbClient
nosqldb:site.ycsb.db.NoSqlDbClient
orientdb:site.ycsb.db.OrientDBClient
postgrenosql:site.ycsb.postgrenosql.PostgreNoSQLDBClient
postgrenosql-multi:site.ycsb.postgrenosql.MultiPostgreNoSQLDBClient
rados:site.ycsb.db.RadosClient
redis:site.ycsb.db.RedisClient
rest:site.ycsb.webservice.rest.RestClient
Expand Down
6 changes: 6 additions & 0 deletions postgrenosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ LICENSE file.
<artifactId>slf4j-simple</artifactId>
<version>1.7.13</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
</dependency>
</dependencies>


</project>
Loading