jstrachan    2002/11/14 04:50:09

  Modified:    attributes project.xml
  Log:
  added XML depdendencies for JDK1.3 support with Maven
  
  Revision  Changes    Path
  1.2       +13 -2     jakarta-commons-sandbox/attributes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       14 Nov 2002 08:09:55 -0000      1.1
  +++ project.xml       14 Nov 2002 12:50:09 -0000      1.2
  @@ -87,13 +87,24 @@
       </dependency>
   
       <dependency>
  +      <id>ant</id>
  +      <version>1.5</version>
  +    </dependency>
  +
  +     <!-- the following ultimately shouldn't be required once Maven can work 
without them -->
  +    <dependency>
         <id>junit</id>
         <version>3.8.1</version>
       </dependency>
   
       <dependency>
  -      <id>ant</id>
  -      <version>1.5</version>
  +      <id>xml-apis</id>
  +      <version>1.0.b2</version>
  +    </dependency>
  +
  +    <dependency>
  +      <id>xerces</id>
  +      <version>2.0.2</version>
       </dependency>
   
     </dependencies>
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to