You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by lu...@apache.org on 2021/11/14 11:29:22 UTC

[drill] branch master updated: Initial Commit

This is an automated email from the ASF dual-hosted git repository.

luoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 56ff655  Initial Commit
56ff655 is described below

commit 56ff6556b83ca0c3364592ade73d9e7436fcab44
Author: Charles Givre <cg...@apache.org>
AuthorDate: Sat Nov 13 22:20:47 2021 -0500

    Initial Commit
---
 contrib/format-excel/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index 768caec..91d225e 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Contrib : Format : Excel</name>
 
   <properties>
-    <poi.version>5.1.0</poi.version>
+    <poi.version>5.0.0</poi.version>
   </properties>
   <dependencies>
     <dependency>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>3.2.0</version>
+      <version>3.1.6</version>
     </dependency>
   </dependencies>
   <build>