AHeise commented on a change in pull request #10482: [Flink-11956] Unshade s3
filesystems
URL: https://github.com/apache/flink/pull/10482#discussion_r356998258
##########
File path: flink-filesystems/flink-s3-fs-base/pom.xml
##########
@@ -108,83 +107,6 @@ under the License.
<skip>true</skip>
</configuration>
</plugin>
-
- <!-- Relocate all S3 related classes -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
Review comment:
Btw this shade configuration caused
[FLINK-14975](https://issues.apache.org/jira/browse/FLINK-14975). This
configuration shaded guava 11 and presto either overwrote it by guava 21 (on
travis) or not (on my machine).
----------------------------------------------------------------
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