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/03/24 12:49:24 UTC

cvs commit: incubator-geronimo/sandbox/webdav project.xml

gdamour     2004/03/24 03:49:24

  Modified:    sandbox/webdav project.xml
  Log:
  New dependencies.
  
  Revision  Changes    Path
  1.11      +95 -1     incubator-geronimo/sandbox/webdav/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/webdav/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	10 Mar 2004 10:00:41 -0000	1.10
  +++ project.xml	24 Mar 2004 11:49:24 -0000	1.11
  @@ -49,6 +49,87 @@
               <artifactId>geronimo-kernel</artifactId>
               <version>${pom.currentVersion}</version>
           </dependency>
  +        
  +        <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-jetty</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-common</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-naming</artifactId>
  +            <version>${pom.currentVersion}</version>
  +            <properties>
  +                <xmlbeans>true</xmlbeans>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-security</artifactId>
  +            <version>${pom.currentVersion}</version>
  +            <properties>
  +                <xmlbeans>true</xmlbeans>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-transaction</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-connector</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-jta</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-servlet</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +        
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-j2ee-jacc</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-j2ee-connector</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-j2ee-deployment</artifactId>
  +            <version>${pom.currentVersion}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-j2eeschema</artifactId>
  +            <version>${pom.currentVersion}</version>
  +            <properties>
  +                <xmlbeans>true</xmlbeans>
  +            </properties>
  +        </dependency>
   	
           <dependency>
               <groupId>commons-logging</groupId>
  @@ -115,6 +196,19 @@
               <groupId>concurrent</groupId>
               <artifactId>concurrent</artifactId>
               <version>1.3.2</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>mx4j</groupId>
  +            <artifactId>mx4j</artifactId>
  +            <version>SNAPSHOT</version>
  +        </dependency>
  +        
  +        <dependency>
  +            <groupId>cglib</groupId>
  +            <artifactId>cglib-full</artifactId>
  +            <version>2.0-RC2</version>
  +            <url>http://cglib.sf.net/</url>
           </dependency>
   
       </dependencies>