Skip to content

Commit

Permalink
Adds missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Apr 29, 2010
1 parent 2c03591 commit 739f78a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/spring-modules-xt/pom.xml
Expand Up @@ -68,5 +68,17 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>${version.spring}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>${version.easymock}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 739f78a

Please sign in to comment.