djencks     2004/09/01 21:46:00

  Modified:    modules/assembly project.xml
  Log:

  change database plan to use dependencies in geronimo repository rather than packed 
in rar
  
  Revision  Changes    Path
  1.18      +14 -1     openejb/modules/assembly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       19 Aug 2004 00:27:47 -0000      1.17
  +++ project.xml       2 Sep 2004 01:46:00 -0000       1.18
  @@ -284,6 +284,16 @@
           </dependency>
   
           <dependency>
  +            <!--axion only-->
  +            <groupId>commons-collections</groupId>
  +            <artifactId>commons-collections</artifactId>
  +            <version>2.1</version>
  +            <properties>
  +                <repository>true</repository>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
               <groupId>commons-fileupload</groupId>
               <artifactId>commons-fileupload</artifactId>
               <version>1.0</version>
  @@ -293,6 +303,7 @@
           </dependency>
   
           <dependency>
  +            <!--axion-->
               <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
               <version>1.0.3</version>
  @@ -305,6 +316,7 @@
           </dependency>
   
           <dependency>
  +            <!--axion-->
               <groupId>commons-primitives</groupId>
               <artifactId>commons-primitives</artifactId>
               <version>1.0</version>
  @@ -367,6 +379,7 @@
           </dependency>
   
           <dependency>
  +            <!--axion-->
               <groupId>regexp</groupId>
               <artifactId>regexp</artifactId>
               <version>1.3</version>
  
  
  

Reply via email to