chirino     2004/12/22 16:20:25

  Modified:    modules/core project.xml
  Log:

  The geronimo security package now depends on activeio and no longer on 
geronimo remoting.
  
  Revision  Changes    Path
  1.38      +11 -2     openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml       22 Dec 2004 05:42:38 -0000      1.37
  +++ project.xml       22 Dec 2004 21:20:25 -0000      1.38
  @@ -94,7 +94,7 @@
                   <runtime>true</runtime>
               </properties>
           </dependency>
  -
  +     <!--
           <dependency>
               <groupId>geronimo</groupId>
               <artifactId>geronimo-remoting</artifactId>
  @@ -103,6 +103,15 @@
                   <runtime>true</runtime>
               </properties>
           </dependency>
  +     -->
  +        <dependency>
  +            <groupId>activeio</groupId>
  +            <artifactId>activeio</artifactId>
  +            <version>${activeio_version}</version>
  +            <properties>
  +                <runtime>true</runtime>
  +            </properties>
  +        </dependency>        
   
           <dependency>
               <groupId>geronimo</groupId>
  
  
  

Reply via email to