Advertisement
jpuzzler

Untitled

Sep 19th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <dependency>
  2. <groupId>com.sun.jersey.contribs</groupId>
  3. <artifactId>jersey-spring</artifactId>
  4. <version>1.8</version>
  5. <exclusions>
  6. <exclusion>
  7. <groupId>org.springframework</groupId>
  8. <artifactId>spring</artifactId>
  9. </exclusion>
  10. <exclusion>
  11. <groupId>org.springframework</groupId>
  12. <artifactId>spring-core</artifactId>
  13. </exclusion>
  14. <exclusion>
  15. <groupId>org.springframework</groupId>
  16. <artifactId>spring-web</artifactId>
  17. </exclusion>
  18. <exclusion>
  19. <groupId>org.springframework</groupId>
  20. <artifactId>spring-beans</artifactId>
  21. </exclusion>
  22. <exclusion>
  23. <groupId>org.springframework</groupId>
  24. <artifactId>spring-context</artifactId>
  25. </exclusion>
  26. </exclusions>
  27. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement