Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
fix shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Murray committed Sep 26, 2019
1 parent 601fee9 commit 97de81f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,19 @@ limitations under the License.
<includes>
<include>org.apache.arrow:arrow-flight:shaded</include>
<include>com.google.flatbuffers:flatbuffers-java</include>
<include>io.grpc:*</include>
<include>io.netty:*</include>
<!-- <include>io.grpc:*</include>-->
<!-- <include>io.netty:*</include>-->
<include>io.opencensus:*</include>
<include>com.google.code.gson:gson</include>
<include>com.google.code.findbugs:jsr305</include>
<include>com.google.code.errorprone:error_prone_annotations</include>
<include>com.google.api.grpc:proto-google-common-protos</include>
<include>com.google.protobuf:protobuf-java</include>
</includes>
<excludes>
<exclude>io.netty:netty-transport-native-unix-common</exclude>
<exclude>io.netty:netty-transport-native-epoll</exclude>
</excludes>
</artifactSet>
<relocations>
<relocation><pattern>com.google.protobuf</pattern><shadedPattern>cdap.com.google.protobuf</shadedPattern></relocation>
Expand Down

0 comments on commit 97de81f

Please sign in to comment.