| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <!-- |
| |
| Copyright 2004 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- $Rev$ $Date$ --> |
| <project> |
| <pomVersion>3</pomVersion> |
| <extend>../../etc/project.xml</extend> |
| |
| <!-- ===================== --> |
| <!-- Module Identification --> |
| <!-- ===================== --> |
| <name>Geronimo :: Axis</name> |
| <id>geronimo-axis</id> |
| <shortDescription>Axis Integration</shortDescription> |
| <description>Geronimo Axis Integration</description> |
| <url>http://geronimo.apache.org/modules/axis/</url> |
| <siteDirectory>/www/geronimo.apache.org/modules/axis</siteDirectory> |
| <distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds/axis</distributionDirectory> |
| <package>org.apache.geronimo.axis</package> |
| |
| <!-- ============ --> |
| <!-- Dependencies --> |
| <!-- ============ --> |
| <dependencies> |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-dependency-plugin</artifactId> |
| <version>${geronimo_dependency_plugin_version}</version> |
| <type>plugin</type> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-kernel</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-naming</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-security</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-webservices</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-ejb_2.1_spec</artifactId> |
| <version>${geronimo_spec_ejb_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jaxrpc_1.1_spec</artifactId> |
| <version>${geronimo_spec_jaxrpc_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-qname_1.1_spec</artifactId> |
| <version>${geronimo_spec_qname_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-saaj_1.1_spec</artifactId> |
| <version>${geronimo_spec_saaj_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-servlet_2.4_spec</artifactId> |
| <version>${geronimo_spec_servlet_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>asm</groupId> |
| <artifactId>asm</artifactId> |
| <version>${asm_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>axis</groupId> |
| <artifactId>axis</artifactId> |
| <version>${axis_version}</version> |
| <properties> |
| <geronimo.dependency>true</geronimo.dependency> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-discovery</groupId> |
| <artifactId>commons-discovery</artifactId> |
| <version>${commons_discovery_version}</version> |
| <properties> |
| <geronimo.dependency>true</geronimo.dependency> |
| </properties> |
| </dependency> |
| |
| <!-- provide mime attachement support --> |
| <!-- this is dangerous without a DAG classloader since |
| it introduces a second copy of the mail spec classes --> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-javamail_1.3.1_spec</artifactId> |
| <version>${geronimo_spec_javamail_13_version}</version> |
| <properties> |
| <geronimo.dependency>true</geronimo.dependency> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>cglib</groupId> |
| <artifactId>cglib-nodep</artifactId> |
| <version>${cglib_version}</version> |
| <url>http://cglib.sf.net/</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons_logging_version}</version> |
| <url>http://jakarta.apache.org/commons/logging/</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>${log4j_version}</version> |
| <url>http://jakarta.apache.org/log4j</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>${wsdl4j_version}</version> |
| <properties> |
| <geronimo.dependency>true</geronimo.dependency> |
| </properties> |
| </dependency> |
| |
| </dependencies> |
| |
| |
| <!-- =================== --> |
| <!-- Build Specification --> |
| <!-- =================== --> |
| <build> |
| <unitTest> |
| <includes> |
| <include>**/**Test.java</include> |
| </includes> |
| <resources> |
| <resource> |
| <directory>${basedir}/src/test-resources</directory> |
| </resource> |
| </resources> |
| </unitTest> |
| </build> |
| </project> |