Is http://maven.springframework.org/ the right repository? Is it down? It used to work but not anymore.
Is http://maven.springframework.org/ the right repository? Is it down? It used to work but not anymore.
The Spring Data project releases are deployed to maven central.
For snapshot releases, please use the snapshot repository:
Code:<repository> <id>spring-snapshot</id> <name>Spring Maven SNAPSHOT Repository</name> <url>http://s3.amazonaws.com/maven.springframework.org/snapshot</url> </repository>
Thanks, that works. I was using http://maven.springframework.org/ and it worked until now.