cancel
Showing results for 
Search instead for 
Did you mean: 

duplicate entries at pom.xml

jcosano
Champ in-the-making
Champ in-the-making
In pom.xml at trunk folder

the next code are duplicated:

   <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-orm</artifactId>
      <version>${spring.framework.version}</version>
   </dependency>

   <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-test</artifactId>
        <version>${spring.framework.version}</version>
      </dependency>
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Correct, thanks for posting.

Tom is currently cleaning up the dependencies and how the /lib is populated in the distro, so you should see fixes there pretty soon on trunk.

tombaeyens
Champ in-the-making
Champ in-the-making
i removed the duplicate spring-orm
but the spring-test is not a duplicate: diff scopes