nicknezis commented on a change in pull request #3550:
URL: https://github.com/apache/incubator-heron/pull/3550#discussion_r448101404
##########
File path: third_party/java/BUILD
##########
@@ -227,10 +227,10 @@ java_library(
name = "apache-pulsar-client",
srcs = ["Empty.java"],
exports = [
- "@maven//:org_apache_pulsar_pulsar_client_shaded",
+ "@maven//:org_apache_pulsar_pulsar_client",
],
deps = [
- "@maven//:org_apache_pulsar_pulsar_client_shaded",
+ "@maven//:org_apache_pulsar_pulsar_client",
],
Review comment:
Ok I put it back to the shaded version of the jar. Should look more like
what it was before the PR we merged 23 days ago.
----------------------------------------------------------------
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]