Skip to content

Commit

Permalink
dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Devins committed May 5, 2010
1 parent ac51c6a commit e0e6ea3
Showing 1 changed file with 9 additions and 50 deletions.
59 changes: 9 additions & 50 deletions pom.xml
Expand Up @@ -28,56 +28,6 @@
</exclusions>
</dependency>

<!-- SPRING EXT -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<!-- SPRING -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${org.springframework.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${org.springframework.version}</version>
<scope>test</scope>
</dependency>

<!-- temporary -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<version>${org.springframework.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- STANDARD -->
<dependency>
<groupId>log4j</groupId>
Expand Down Expand Up @@ -121,6 +71,15 @@
<version>1.8.4</version>
<scope>test</scope>
</dependency>

<!-- INTEGRATION TEST -->
<!-- IT - SPRING EXT -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e0e6ea3

Please sign in to comment.