vmassol     2004/06/13 03:51:19

  Modified:    linkcheck project.xml
  Log:
  Added missing dependency on maven jelly tag (required for the unit tests)
  
  Revision  Changes    Path
  1.49      +5 -1      maven-plugins/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- project.xml       13 Jun 2004 05:26:16 -0000      1.48
  +++ project.xml       13 Jun 2004 10:51:19 -0000      1.49
  @@ -111,8 +111,12 @@
         <version>1.0.3</version>
       </dependency>
       <dependency>
  +      <groupId>maven</groupId>
  +      <artifactId>maven-jelly-tags</artifactId>
  +      <version>1.0</version>
  +    </dependency>
  +    <dependency>
         <!-- Required for commons-httpclient -->
  -
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.8</version>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to