kamaci commented on a change in pull request #179: GORA-532: Apache Gora
Benchmark initial pull request for review and comments
URL: https://github.com/apache/gora/pull/179#discussion_r315127381
##########
File path: pom.xml
##########
@@ -826,10 +827,21 @@
<!-- OrientDB Dependencies -->
<orientdb.version>2.2.22</orientdb.version>
<orientqb.version>0.2.0</orientqb.version>
-
+
+ <!-- CouchDB Dependencies -->
+ <couchdb.version>1.4.2</couchdb.version>
+
+ <!-- MongoDB Dependencies -->
+ <mongo.embed.version>2.0.0</mongo.embed.version>
+
<!-- Testing Dependencies -->
<junit.version>4.10</junit.version>
<test.container.version>1.4.2</test.container.version>
+
+ <!-- gora-benchmark and version dependencies -->
+ <ycsb.version>0.15.0</ycsb.version>
Review comment:
Thanks for sharing the link! By the way, @lewismc pointed out 0.17.0 release
to use at comments.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services