You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/02/24 13:20:46 UTC

cvs commit: incubator-geronimo/modules/system project.xml

gdamour     2004/02/24 04:20:46

  Modified:    modules/system project.xml
  Log:
  Missing dependency required by ClockPool.
  
  Revision  Changes    Path
  1.6       +8 -1      incubator-geronimo/modules/system/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/system/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	24 Feb 2004 06:05:37 -0000	1.5
  +++ project.xml	24 Feb 2004 12:20:46 -0000	1.6
  @@ -57,6 +57,13 @@
               <artifactId>mx4j</artifactId>
               <version>SNAPSHOT</version>
           </dependency>
  +
  +        <dependency>
  +            <groupId>concurrent</groupId>
  +            <artifactId>concurrent</artifactId>
  +            <version>1.3.2</version>
  +        </dependency>
  +
       </dependencies>