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

I've tried to configure the example project in Idea and I found a couple of issues in parent pom.xml  #1

@jtonic

Description

@jtonic

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>
    
  •            <version>1.4</version>
    
  •           <artifactId>commons-io</artifactId>
    
  •           <version>1.4</version>
         </dependency>
         <dependency>
             <artifactId>log4j</artifactId>
    
    @@ -200,8 +200,7 @@


  •    <module>domain</module>
    
  •    <module>integration</module>
    
  •    <module>flight-booking</module>
     <module>trip-diary</module>
     <module>webapp</module>
     <module>hello-world</module>
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions