This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Description
I came across an issue regarding 2 unresolved modules in main parent pom (they are in fact modules of a sub-parent module).
So, I did correct this locally.
Also I changed locally the version for spring and spring integration to 3.1.0.RELEASE and 2.1.0.RELEASE respectively and I fixed the groupId for commons-io.
Patch for parent pom.xml
--- pom.xml (revision 781cee1)
+++ pom.xml (revision )
@@ -10,9 +10,9 @@
http://maven.apache.org
<junit.version>4.7</junit.version>
-
<spring.version>3.0.4.RELEASE</spring.version>
-
<spring.version>3.1.0.RELEASE</spring.version>
<spring.webservices.version>1.5.9</spring.webservices.version>
-
<spring.integration.version>2.0.4.RELEASE</spring.integration.version>
-
<spring.integration.version>2.1.0.RELEASE</spring.integration.version>
<joda.time.version>1.6</joda.time.version>
<log4j.version>1.2.12</log4j.version>
<hamcrest.version>1.1</hamcrest.version>
@@ -188,9 +188,9 @@
${hamcrest.version}
-
<groupId>org.apache.commons</groupId>
-
<groupId>commons-io</groupId>
-
<artifactId>commons-io</artifactId>
-
-
<artifactId>commons-io</artifactId>
-
<version>1.4</version>
</dependency>
<dependency>
<artifactId>log4j</artifactId>
@@ -200,8 +200,7 @@
-
-
<module>integration</module>
-
<module>flight-booking</module>
<module>trip-diary</module>
<module>webapp</module>
<module>hello-world</module>