Hi,

I am learning spring integration and downloaded samples (basic) and trying to test it. I see the repository details as mentioned below in pom.xml. I get error while trying to do maven build. Can anyone suggest which repository should I use to get the jars.

REPOSITORY
-----------
<repositories>
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url>
</repository>
<repository>
<id>repository.springframework.maven.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>repository.springframework.maven.snapshot</id>
<name>Spring Framework Maven Snapshot Repository</name>
<url>http://maven.springframework.org/snapshot</url>
</repository>
</repositories>

ERROR
------
[ERROR] Failed to execute goal on project file: Could not resolve dependencies for project org.springframework.integration.samples:file:jar:2 .0.0: Failed to collect dependencies for [org.springframework.integration:spring-integration-file:jar:2.0.5.RELEASE (compile), log4j:log4j:jar:1.2.16 (compile), junit:junit:jar:4.7 (compile)]: Failed to read artifact descriptor for org.springframework.integration:spring-integration-file:jar:2.0.5.RELEASE: Could not transfer artifact org.springframework.integration:spring-integration-fileom:2.0.5.RELEASE from/to repository.springframework.maven.release (http://maven.springframework.org/release): ConnectException: UnresolvedAddressException -> [Help 1]