This is an automated email from the ASF dual-hosted git repository.
vitalii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
commit af22b0271da071468dec6cf895d60a44a4988ecd
Author: Gautam Parai <gparai@maprtech.com>
AuthorDate: Wed Oct 3 16:21:04 2018 -0700
DRILL-6770: JsonTableGroupScan should use new MapRDB 6.1.0 APIs
closes #1489
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 902e3c8..d69c679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,8 +53,8 @@
<jackson.version>2.9.5</jackson.version>
<jackson.databind.version>2.9.5</jackson.databind.version>
<zookeeper.version>3.4.12</zookeeper.version>
- <mapr.release.version>6.0.1-mapr</mapr.release.version>
- <ojai.version>2.0.1-mapr-1804</ojai.version>
+ <mapr.release.version>6.1.0-mapr</mapr.release.version>
+ <ojai.version>3.0-mapr-1808</ojai.version>
<kerby.version>1.0.0-RC2</kerby.version>
<findbugs.version>3.0.0</findbugs.version>
<netty.tcnative.classifier />
|