You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2022. It is now read-only.
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.
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>
${hamcrest.version}