dain        2004/10/14 15:09:02

  Modified:    modules/itests project.xml
  Log:

  Added a dependency on the geronimo deployment plugin
  
  Revision  Changes    Path
  1.19      +8 -1      openejb/modules/itests/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/itests/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml       12 Oct 2004 20:01:14 -0000      1.18
  +++ project.xml       14 Oct 2004 19:09:02 -0000      1.19
  @@ -70,6 +70,13 @@
           </dependency>
   
           <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-deployment-plugin</artifactId>
  +            <version>&geronimo-version;</version>
  +            <type>plugin</type>
  +        </dependency>
  +
  +        <dependency>
               <groupId>cglib</groupId>
               <artifactId>cglib-full</artifactId>
               <version>&cglib-version;</version>
  
  
  

Reply via email to