Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/pom.xml b/pom.xml
- index d0387ac..9535af7 100644
- --- a/pom.xml
- +++ b/pom.xml
- @@ -2177,6 +2177,7 @@
- <include>org.eclipse.jetty:jetty-util</include>
- <include>org.eclipse.jetty:jetty-server</include>
- <include>com.google.guava:guava</include>
- + <include>com.google.protobuf:protobuf-java</include>
- </includes>
- </artifactSet>
- <relocations>
- @@ -2191,6 +2192,10 @@
- <pattern>com.google.common</pattern>
- <shadedPattern>org.spark-project.guava</shadedPattern>
- </relocation>
- + <relocation>
- + <pattern>com.google.protobuf</pattern>
- + <shadedPattern>org.spark-project.protobuf</shadedPattern>
- + </relocation>
- </relocations>
- </configuration>
- <executions>
Advertisement
Add Comment
Please, Sign In to add comment