yanghua commented on issue #9970: [FLINK-14395] Refactor ES 7 connectors to make them keep consistency with es 6 connectors URL: https://github.com/apache/flink/pull/9970#issuecomment-545787493 @aljoscha The travis reported dependency conflicts: ``` 16:31:16.038 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (dependency-convergence) @ flink-elasticsearch7-test --- 16:31:16.042 [WARNING] Dependency convergence error for org.apache.logging.log4j:log4j-api:2.11.1 paths to dependency are: +-org.apache.flink:flink-elasticsearch7-test:1.10-SNAPSHOT +-org.apache.flink:flink-connector-elasticsearch7_2.11:1.10-SNAPSHOT +-org.elasticsearch.client:elasticsearch-rest-high-level-client:7.3.2 +-org.elasticsearch:elasticsearch:7.3.2 +-org.apache.logging.log4j:log4j-api:2.11.1 and +-org.apache.flink:flink-elasticsearch7-test:1.10-SNAPSHOT +-org.apache.flink:flink-connector-elasticsearch7_2.11:1.10-SNAPSHOT +-org.apache.logging.log4j:log4j-to-slf4j:2.9.1 +-org.apache.logging.log4j:log4j-api:2.9.1 ``` I excluded `org.apache.logging.log4j:log4j-api:2.11.1` from `org.elasticsearch:elasticsearch`. Because we have introduced `org.apache.logging.log4j:log4j-to-slf4j` explicitly. WDYT?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
