Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.

This commit is contained in:
Arjen Poutsma
2009-08-03 09:21:44 +00:00
parent 50956e0d37
commit 3d29023ef3
11 changed files with 39 additions and 2 deletions

View File

@@ -195,6 +195,8 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
@@ -205,6 +207,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>