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/06/28 14:31:49 UTC

[GitHub] [incubator-seatunnel] CalvinKirs commented on a diff in pull request #2074: Support Rsync to transfer clickhouse data file

CalvinKirs commented on code in PR #2074:
URL: https://github.com/apache/incubator-seatunnel/pull/2074#discussion_r908558089


##########
seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-clickhouse/pom.xml:
##########
@@ -56,6 +56,12 @@
             <artifactId>sshd-scp</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.github.fracpete</groupId>
+            <artifactId>rsync4j-all</artifactId>
+            <version>3.2.3-10</version>
+        </dependency>

Review Comment:
   https://mvnrepository.com/artifact/com.github.fracpete/rsync4j-all
   
   The Apache License and GPL are not compatible and we cannot use this dependency



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