snuyanzin commented on code in PR #101:
URL:
https://github.com/apache/flink-connector-elasticsearch/pull/101#discussion_r1609293105
##########
tools/maven/checkstyle.xml:
##########
@@ -224,10 +224,6 @@ This file is based on the checkstyle file of Apache Beam.
<property name="illegalPkgs" value="io.netty"/>
<message key="import.illegal" value="{0}; Use
flink-shaded-netty instead."/>
</module>
- <module name="IllegalImport">
- <property name="illegalPkgs" value="com.google.common"/>
Review Comment:
should we put here `org.apache.flink.shaded` to make it failing once
flink-shaded is added to import?
--
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]