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/09/07 09:44:56 UTC

[GitHub] [incubator-seatunnel] ic4y commented on a diff in pull request #2595: [Feature][Connector-V2] Add influxDB connector source

ic4y commented on code in PR #2595:
URL: https://github.com/apache/incubator-seatunnel/pull/2595#discussion_r964614787


##########
pom.xml:
##########
@@ -433,6 +434,12 @@
                 <version>${jwt.version}</version>
                 <scope>runtime</scope>
             </dependency>
+
+            <dependency>
+                <groupId>org.influxdb</groupId>
+                <artifactId>influxdb-java</artifactId>
+                <version>${influxdb.version}</version>
+            </dependency>

Review Comment:
   Connector-specific dependencies are now managed under seatunnel-connectors-v2/connector-influxdb/pom.xml



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