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/01/13 05:27:53 UTC

[GitHub] [incubator-seatunnel] wuchunfu commented on a change in pull request #1038: [SeaTunnel #1037] Add InfluxDB Flink Sink

wuchunfu commented on a change in pull request #1038:
URL: https://github.com/apache/incubator-seatunnel/pull/1038#discussion_r783640201



##########
File path: pom.xml
##########
@@ -427,6 +428,12 @@
                 <artifactId>config</artifactId>
                 <version>${config.version}</version>
             </dependency>
+
+            <dependency>
+                <groupId>org.influxdb</groupId>
+                <artifactId>influxdb-java</artifactId>
+                <version>${influxdb-java.version}</version>
+            </dependency>

Review comment:
       This dependency seems to be the MIT open source license, does it conflict with the Apache open source license? If there is no conflict, whether to add relevant instructions in the declaration file, please check. @CalvinKirs 




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