Guest User

Untitled

a guest
Jan 21st, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <repositories>
  2. <repository>
  3. <id>spring-snapshots</id>
  4. <name>Spring Snapshots</name>
  5. <url>https://repo.spring.io/snapshot</url>
  6. <snapshots>
  7. <enabled>true</enabled>
  8. </snapshots>
  9. </repository>
  10. <repository>
  11. <id>spring-milestones</id>
  12. <name>Spring Milestones</name>
  13. <url>https://repo.spring.io/milestone</url>
  14. <snapshots>
  15. <enabled>false</enabled>
  16. </snapshots>
  17. </repository>
  18. </repositories>
  19.  
  20. <pluginRepositories>
  21. <pluginRepository>
  22. <id>spring-snapshots</id>
  23. <name>Spring Snapshots</name>
  24. <url>https://repo.spring.io/snapshot</url>
  25. <snapshots>
  26. <enabled>true</enabled>
  27. </snapshots>
  28. </pluginRepository>
  29. <pluginRepository>
  30. <id>spring-milestones</id>
  31. <name>Spring Milestones</name>
  32. <url>https://repo.spring.io/milestone</url>
  33. <snapshots>
  34. <enabled>false</enabled>
  35. </snapshots>
  36. </pluginRepository>
  37. </pluginRepositories>
Add Comment
Please, Sign In to add comment