Skip to content

Commit 21cbc45

Browse files
committed
Shade protobuf-java
1 parent e38b0ba commit 21cbc45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,6 +2177,7 @@
21772177
<include>org.eclipse.jetty:jetty-util</include>
21782178
<include>org.eclipse.jetty:jetty-server</include>
21792179
<include>com.google.guava:guava</include>
2180+
<include>com.google.protobuf:protobuf-java</include>
21802181
</includes>
21812182
</artifactSet>
21822183
<relocations>
@@ -2191,6 +2192,10 @@
21912192
<pattern>com.google.common</pattern>
21922193
<shadedPattern>org.spark-project.guava</shadedPattern>
21932194
</relocation>
2195+
<relocation>
2196+
<pattern>com.google.protobuf</pattern>
2197+
<shadedPattern>org.spark-project.protobuf</shadedPattern>
2198+
</relocation>
21942199
</relocations>
21952200
</configuration>
21962201
<executions>

0 commit comments

Comments
 (0)