dblevins    2005/03/14 21:34:26

  Modified:    modules/openejb-builder project.xml
  Log:

  More dependencies for running the axis webservice container
  
  Revision  Changes    Path
  1.13      +37 -9     openejb/modules/openejb-builder/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /scm/openejb/openejb/modules/openejb-builder/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       9 Mar 2005 06:14:26 -0000       1.12
  +++ project.xml       15 Mar 2005 02:34:25 -0000      1.13
  @@ -95,6 +95,12 @@
               
           <dependency>
               <groupId>geronimo</groupId>
  +            <artifactId>geronimo-axis-builder</artifactId>
  +            <version>${geronimo_version}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo</groupId>
               <artifactId>geronimo-kernel</artifactId>
               <version>${geronimo_version}</version>
           </dependency>
  @@ -171,6 +177,12 @@
           </dependency>
   
           <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-axis</artifactId>
  +            <version>${geronimo_version}</version>
  +        </dependency>
  +
  +        <dependency>
               <groupId>geronimo-spec</groupId>
               <artifactId>geronimo-spec-j2ee-deployment</artifactId>
               <version>${geronimo_spec_j2ee_deployment_version}</version>
  @@ -220,6 +232,12 @@
   
           <dependency>
               <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-saaj</artifactId>
  +            <version>${geronimo_spec_saaj_version}</version>
  +        </dependency>
  +
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
               <artifactId>geronimo-spec-qname</artifactId>
               <version>${geronimo_spec_qname_version}</version>
           </dependency>
  @@ -496,9 +514,9 @@
           </dependency>
   
           <dependency>
  -            <groupId>wsdl4j</groupId>
  -            <artifactId>wsdl4j-qname</artifactId>
  -            <version>${wsdl4j_version}</version>
  +            <groupId>stax</groupId>
  +            <artifactId>stax</artifactId>
  +            <version>1.1.1-dev</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
  @@ -506,21 +524,31 @@
   
           <dependency>
               <groupId>stax</groupId>
  -            <artifactId>stax</artifactId>
  -            <version>1.1.1-dev</version>
  +            <artifactId>stax-api</artifactId>
  +            <version>1.0</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
           </dependency>
   
           <dependency>
  -            <groupId>stax</groupId>
  -            <artifactId>stax-api</artifactId>
  -            <version>1.0</version>
  +            <groupId>axis</groupId>
  +            <artifactId>axis</artifactId>
  +            <version>${axis_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
           </dependency>
  +
  +        <dependency>
  +            <groupId>axis</groupId>
  +            <artifactId>commons-discovery</artifactId>
  +            <version>${axis_commons_discovery_version}</version>
  +            <properties>
  +                <repository>true</repository>
  +            </properties>
  +        </dependency>
  +
       </dependencies>
   
       <!-- =================== -->
  
  
  

Reply via email to