Guest User

Untitled

a guest
May 27th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <project>
  2. ...
  3. <dependencies>
  4. <dependency>
  5. <groupId>org.elasticsearch</groupId>
  6. <artifactId>elasticsearch</artifactId>
  7. <version>6.2.4</version>
  8. <scope>compile</scope>
  9. <exclusions>
  10. <exclusion> <!-- declare the exclusion here -->
  11. <groupId>com.fasterxml.jackson.core</groupId>
  12. <artifactId>jackson-core</artifactId>
  13. </exclusion>
  14. </exclusions>
  15. </dependency>
  16. </dependencies>
  17. </project>
Add Comment
Please, Sign In to add comment