You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/05/13 13:55:21 UTC

cvs commit: jakarta-cactus/framework project.xml

vmassol     2004/05/13 04:55:21

  Modified:    framework project.xml
  Log:
  fixed maven build by adding the mockobjects jar to the CP.
  
  Revision  Changes    Path
  1.13      +6 -1      jakarta-cactus/framework/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	9 Apr 2004 16:53:14 -0000	1.12
  +++ project.xml	13 May 2004 11:55:21 -0000	1.13
  @@ -38,9 +38,14 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
  -      <id>junit</id>
         <version>3.8.1</version>
         <url>http://junit.org</url>
  +    </dependency>
  +    <dependency>
  +      <groupId>mockobjects</groupId>
  +      <artifactId>mockobjects-core</artifactId>
  +      <version>0.09</version>
  +      <url>http://www.mockobjects.com</url>
       </dependency>
       <dependency>
         <groupId>httpunit</groupId>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org