You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/12/08 15:49:14 UTC

cvs commit: maven-plugins/jcoverage project.xml

evenisse    2003/12/08 06:49:14

  Modified:    jcoverage project.xml
  Log:
  Add a missing dependencies for the 1.0 branch
  
  Revision  Changes    Path
  1.7       +5 -0      maven-plugins/jcoverage/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	24 Oct 2003 15:26:20 -0000	1.6
  +++ project.xml	8 Dec 2003 14:49:14 -0000	1.7
  @@ -91,6 +91,11 @@
         <version>1.1.2a</version>
         <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/</url>
       </dependency>
  +    <dependency>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-log</artifactId>
  +      <version>20030211.142821</version>
  +    </dependency>
     </dependencies>
     <reports>
       <report>maven-changes-plugin</report>
  
  
  

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