make continuum stop complaining about a missing version for easymock for now... could anybody make it build the parent pom?

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@440170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fabrizio Giustina 2006-09-04 20:24:31 +00:00
parent ff0e85a2f5
commit 3eefdc885f
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
<dependency> <dependency>
<groupId>easymock</groupId> <groupId>easymock</groupId>
<artifactId>easymock</artifactId> <artifactId>easymock</artifactId>
<version>1.2_Java1.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>