skanjila commented on a change in pull request #3163: Add target to generate 
packages for heron simulator
URL: https://github.com/apache/incubator-heron/pull/3163#discussion_r249211372
 
 

 ##########
 File path: heron/simulator/src/java/BUILD
 ##########
 @@ -17,3 +17,28 @@ java_library(
     srcs = glob(["**/*.java"]),
     deps = simulator_deps_files,
 )
+
+java_binary(
+    name = "simulator-unshaded",
+    srcs = glob(["org/apache/heron/simulator/**/*.java"]),
+    deps = simulator_deps_files + [
+        "//third_party/java:kryo-neverlink",
+        "@org_apache_commons_commons_lang3//jar"
 
 Review comment:
   should we use a later version of commons_lang

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to