Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <dependencies>
  2.  
  3. <dependency>
  4. <groupId>javax</groupId>
  5. <artifactId>javaee-web-api</artifactId>
  6. <version>7.0</version>
  7. <scope>provided</scope>
  8. </dependency>
  9.  
  10. <dependency>
  11. <groupId>org.springframework</groupId>
  12. <artifactId>spring-core</artifactId>
  13. <version>4.3.5.RELEASE</version>
  14. </dependency>
  15. <dependency>
  16. <groupId>org.springframework</groupId>
  17. <artifactId>spring-beans</artifactId>
  18. <version>4.3.5.RELEASE</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.springframework</groupId>
  22. <artifactId>spring-context</artifactId>
  23. <version>4.3.5.RELEASE</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework</groupId>
  27. <artifactId>spring-web</artifactId>
  28. <version>4.3.5.RELEASE</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.springframework</groupId>
  32. <artifactId>spring-webmvc</artifactId>
  33. <version>4.3.5.RELEASE</version>
  34. </dependency>
  35.  
  36. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement