dmvk commented on pull request #107:
URL: https://github.com/apache/flink-shaded/pull/107#issuecomment-989864609
```
jar tf
flink-shaded-zookeeper-parent/flink-shaded-zookeeper-36/target/flink-shaded-zookeeper-3-3.6.3-15.0.jar
| grep -v flink | cut -d '/' -f1-2 | sort | uniq -c
1 META-INF/
1 META-INF/DEPENDENCIES
1 META-INF/LICENSE
1 META-INF/MANIFEST.MF
1 META-INF/NOTICE
1 META-INF/io.netty.versions.properties
11 META-INF/native-image
2 META-INF/services
1 org/
1 org/apache
38 org/slf4j
```
Should we exclude the slf4j-api dependency?
There are also lot of "original" service files from netty, can these
conflict in anyway with the ones that we're using in flink?
--
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]