Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.springframework.flex</groupId>
  3. <artifactId>spring-flex-core</artifactId>
  4. <version>1.5.2.RELEASE</version>
  5. <scope>provided</scope>
  6. <exclusions>
  7. <exclusion>
  8. <artifactId>commons-httpclient</artifactId>
  9. <groupId>commons-httpclient</groupId>
  10. </exclusion>
  11. <exclusion>
  12. <artifactId>blazeds-core</artifactId>
  13. <groupId>com.adobe.blazeds</groupId>
  14. </exclusion>
  15. <exclusion>
  16. <artifactId>blazeds-common</artifactId>
  17. <groupId>com.adobe.blazeds</groupId>
  18. </exclusion>
  19. <exclusion>
  20. <artifactId>blazeds-proxy</artifactId>
  21. <groupId>com.adobe.blazeds</groupId>
  22. </exclusion>
  23. <exclusion>
  24. <artifactId>blazeds-remoting</artifactId>
  25. <groupId>com.adobe.blazeds</groupId>
  26. </exclusion>
  27. <exclusion>
  28. <artifactId>spring-web</artifactId>
  29. <groupId>org.springframework</groupId>
  30. </exclusion>
  31. <exclusion>
  32. <artifactId>spring-webmvc</artifactId>
  33. <groupId>org.springframework</groupId>
  34. </exclusion>
  35. <exclusion>
  36. <artifactId>spring-context-support</artifactId>
  37. <groupId>org.springframework</groupId>
  38. </exclusion>
  39. </exclusions>
  40. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement