You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/25 06:03:13 UTC

[GitHub] [incubator-seatunnel] Bingz2 commented on a diff in pull request #2508: [Feature][ConnectorV2] add [File]excel sink

Bingz2 commented on code in PR #2508:
URL: https://github.com/apache/incubator-seatunnel/pull/2508#discussion_r954533588


##########
seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml:
##########
@@ -93,5 +93,18 @@
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>4.1.2</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+

Review Comment:
   Excuse me, do you know what causes this?
   
   ![image](https://user-images.githubusercontent.com/32196893/186586956-aaab7c1a-e542-4403-a2b2-77eb764e7d01.png)
   
   
   
   



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org