This is an automated email from the ASF dual-hosted git repository.

apilloud pushed a commit to branch sql-shade
in repository https://gitbox.apache.org/repos/asf/beam.git

commit e63133ebe335c766c4f7826d5fedab1df4ee4368
Author: Andrew Pilloud <apill...@google.com>
AuthorDate: Wed Jul 17 11:27:12 2019 -0700

    Remove unneeded relocation for protobuf.
---
 sdks/java/extensions/sql/build.gradle | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sdks/java/extensions/sql/build.gradle 
b/sdks/java/extensions/sql/build.gradle
index 802d67c..6680ea3 100644
--- a/sdks/java/extensions/sql/build.gradle
+++ b/sdks/java/extensions/sql/build.gradle
@@ -30,8 +30,6 @@ applyJavaNature(
   shadowClosure: {
     dependencies {
       include(dependency(library.java.guava))
-      include(dependency(library.java.protobuf_java))
-      include(dependency(library.java.protobuf_java_util))
       include(dependency("org.apache.calcite:.*"))
       include(dependency("org.apache.calcite.avatica:.*"))
       include(dependency("org.codehaus.janino:.*"))
@@ -46,7 +44,6 @@ applyJavaNature(
     }
     relocate "com.google.thirdparty", 
project.getJavaRelocatedPath("com.google.thirdparty")
 
-    relocate "com.google.protobuf", getJavaRelocatedPath("com.google.protobuf")
     relocate "org.apache.calcite", getJavaRelocatedPath("org.apache.calcite")
 
   // Looking up the compiler factory in Calcite depends on having a properties

Reply via email to