dain        2004/03/21 15:57:14

  Modified:    modules/jetty project.xml
  Log:
  Added a dependency on geronimo-commons to let it see the moved xml bean
  util class
  
  Revision  Changes    Path
  1.24      +7 -1      incubator-geronimo/modules/jetty/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/jetty/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml       21 Mar 2004 22:24:39 -0000      1.23
  +++ project.xml       21 Mar 2004 23:57:14 -0000      1.24
  @@ -99,6 +99,12 @@
           </dependency>
   
           <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-common</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
               <groupId>geronimo-spec</groupId>
               <artifactId>geronimo-spec-jta</artifactId>
               <version>${pom.currentVersion}</version>
  
  
  

Reply via email to