rhwinzin
Nov 17th, 2009, 03:44 PM
Hi,
I'm having little trouble in resolving Spring artifacts via Maven. I wanted to switch to 3.0.0.M3, but I can't resolve spring-webmvc in that version. There's no problem with 3.0.0.RC1, that's why I thought, that there must be M3, too. What's wrong here and why can't I browse the repositouries in my browser?
Bye,
Ralph
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.web</artifactId>
<version>3.0.0.M3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.0.0.M3</version>
</dependency>
<repository>
<id>SpringSource Enterprise Bundle Repositorys</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones</name>
<url>http://repository.springsource.com/maven/bundles/milestone</url>
</repository>
<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>
I'm having little trouble in resolving Spring artifacts via Maven. I wanted to switch to 3.0.0.M3, but I can't resolve spring-webmvc in that version. There's no problem with 3.0.0.RC1, that's why I thought, that there must be M3, too. What's wrong here and why can't I browse the repositouries in my browser?
Bye,
Ralph
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.web</artifactId>
<version>3.0.0.M3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.0.0.M3</version>
</dependency>
<repository>
<id>SpringSource Enterprise Bundle Repositorys</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones</name>
<url>http://repository.springsource.com/maven/bundles/milestone</url>
</repository>
<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>