Yizhou-Yang commented on code in PR #7712:
URL: https://github.com/apache/inlong/pull/7712#discussion_r1150301021
##########
inlong-sort/sort-connectors/elasticsearch-base/pom.xml:
##########
@@ -130,6 +130,20 @@
<artifactId>audit-sdk</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.elasticsearch</groupId>
+ <artifactId>elasticsearch</artifactId>
+ </dependency>
Review Comment:
fixed, please refresh the code to see the fix.
##########
inlong-sort/sort-connectors/elasticsearch-base/pom.xml:
##########
@@ -130,6 +130,20 @@
<artifactId>audit-sdk</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.elasticsearch</groupId>
+ <artifactId>elasticsearch</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-connector-elasticsearch-base_2.12</artifactId>
+ <version>1.13.5</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-json</artifactId>
+ </dependency>
Review Comment:
changed to provided scope
##########
inlong-sort/sort-connectors/elasticsearch-base/pom.xml:
##########
@@ -130,6 +130,20 @@
<artifactId>audit-sdk</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.elasticsearch</groupId>
+ <artifactId>elasticsearch</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-connector-elasticsearch-base_2.12</artifactId>
+ <version>1.13.5</version>
+ <scope>compile</scope>
Review Comment:
fixed, please refresh the code to see the fix.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]