You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2020/07/01 03:58:44 UTC

[GitHub] [incubator-heron] nicknezis commented on a change in pull request #3550: Updates to Kubernetes scheduler to fix edge cases

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:
users@infra.apache.org