Hello,
I try to get Spring Security 3.0.0.RC1 with Maven, but it does not work.
Repositories in pom.xml:
And the dependency:Code:<repositories> <!-- see: http://www.springsource.com/repository/app/faq#q8 --> <repository> <id>com.springsource.repository.bundles.release</id> <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> <url>http://repository.springsource.com/maven/bundles/release</url> </repository> <repository> <id>com.springsource.repository.bundles.external</id> <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name> <url>http://repository.springsource.com/maven/bundles/external</url> </repository> <repository> <id>spring-maven-milestone</id> <name>Springframework Maven Repository</name> <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url> </repository> </repositories>
How can I get Spring Security 3 with Maven?Code:<dependency> <groupId>org.springframework.security</groupId> <artifactId>org.springframework.security</artifactId> <version>3.0.0.RC1</version> </dependency>
Christian
PS: The interface of the Amazon S3 hosted repository conflicts with http standards! See http://old.nabble.com/Re%3A-How-to-g...p26304400.html


