dblevins    2005/03/09 01:19:56

  Modified:    modules/core project.xml
  Log:

  First run of axis integration.  more to sew up yet.
  
  Revision  Changes    Path
  1.44      +57 -1     openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /scm/openejb/openejb/modules/core/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml       8 Mar 2005 04:08:25 -0000       1.43
  +++ project.xml       9 Mar 2005 06:19:56 -0000       1.44
  @@ -142,6 +142,24 @@
   
           <dependency>
               <groupId>geronimo</groupId>
  +            <artifactId>geronimo-axis</artifactId>
  +            <version>${geronimo_version}</version>
  +            <properties>
  +                <runtime>true</runtime>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-axis-builder</artifactId>
  +            <version>${geronimo_version}</version>
  +            <properties>
  +                <runtime>true</runtime>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
               <artifactId>geronimo-naming</artifactId>
               <version>${geronimo_version}</version>
               <properties>
  @@ -238,6 +256,27 @@
           </dependency>
   
           <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-jaxrpc</artifactId>
  +            <version>${geronimo_spec_jaxrpc_version}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-saaj</artifactId>
  +            <version>${geronimo_spec_saaj_version}</version>
  +            <properties>
  +                <runtime>true</runtime>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-qname</artifactId>
  +            <version>${geronimo_spec_qname_version}</version>
  +        </dependency>
  +
  +       <dependency>
               <groupId>geronimo</groupId>
               <artifactId>geronimo-j2ee-schema</artifactId>
               <version>${geronimo_version}</version>
  @@ -538,6 +577,23 @@
               <version>${stax_api_version}</version>
               <properties>
                   <runtime>true</runtime>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>axis</groupId>
  +            <artifactId>axis</artifactId>
  +            <version>${axis_version}</version>
  +            <properties>
  +                <module>true</module>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>axis</groupId>
  +            <artifactId>commons-discovery</artifactId>
  +            <version>${axis_commons_discovery_version}</version>
  +            <properties>
  +                <module>true</module>
               </properties>
           </dependency>
       </dependencies>
  
  
  

Reply via email to