Guest User

Untitled

a guest
Jan 30th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. diff --git a/pom.xml b/pom.xml
  2. index d0387ac..9535af7 100644
  3. --- a/pom.xml
  4. +++ b/pom.xml
  5. @@ -2177,6 +2177,7 @@
  6. <include>org.eclipse.jetty:jetty-util</include>
  7. <include>org.eclipse.jetty:jetty-server</include>
  8. <include>com.google.guava:guava</include>
  9. + <include>com.google.protobuf:protobuf-java</include>
  10. </includes>
  11. </artifactSet>
  12. <relocations>
  13. @@ -2191,6 +2192,10 @@
  14. <pattern>com.google.common</pattern>
  15. <shadedPattern>org.spark-project.guava</shadedPattern>
  16. </relocation>
  17. + <relocation>
  18. + <pattern>com.google.protobuf</pattern>
  19. + <shadedPattern>org.spark-project.protobuf</shadedPattern>
  20. + </relocation>
  21. </relocations>
  22. </configuration>
  23. <executions>
Advertisement
Add Comment
Please, Sign In to add comment