| <?xml version="1.0" encoding="ISO-8859-1"?> |
| |
| <!-- |
| |
| Copyright 2005 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. |
| |
| --> |
| |
| <!DOCTYPE project> |
| <project> |
| <pomVersion>3</pomVersion> |
| <extend>${basedir}/../etc/project.xml</extend> |
| |
| <name>ServiceMix :: SOAP</name> |
| <id>servicemix-soap</id> |
| <shortDescription>ServiceMix SOAP</shortDescription> |
| <description>ServiceMix SOAP</description> |
| |
| <package>org.apache.servicemix.soap</package> |
| <packageGroups> |
| <packageGroup> |
| <title>ServiceMix SOAP</title> |
| <packages>org.apache.servicemix.soap</packages> |
| </packageGroup> |
| </packageGroups> |
| |
| <!-- ============ --> |
| <!-- Dependencies --> |
| <!-- ============ --> |
| <dependencies> |
| |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>servicemix-jbi</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <eclipse.dependency>true</eclipse.dependency> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>servicemix-core</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <eclipse.dependency>true</eclipse.dependency> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>servicemix-common</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <eclipse.dependency>true</eclipse.dependency> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-spring</artifactId> |
| <version>${xbean_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-server</artifactId> |
| <version>${xbean_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-kernel</artifactId> |
| <version>${xbean_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>springframework</groupId> |
| <artifactId>spring</artifactId> |
| <version>${spring_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>incubator-activemq</groupId> |
| <artifactId>activemq-core</artifactId> |
| <version>${activemq_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-activation_1.0.2_spec</artifactId> |
| <version>${geronimo_spec_activation_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons_logging_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>stax</groupId> |
| <artifactId>stax-api</artifactId> |
| <version>${stax_api_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xalan</groupId> |
| <artifactId>xalan</artifactId> |
| <version>${xalan_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-javamail_1.3.1_spec</artifactId> |
| <version>${geronimo_spec_javamail_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-activation</artifactId> |
| <version>${geronimo_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>woodstox</groupId> |
| <artifactId>wstx-asl</artifactId> |
| <version>${woodstox_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>stax-utils</groupId> |
| <artifactId>stax-utils</artifactId> |
| <version>${stax_utils_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>${wsdl4j_version}</version> |
| </dependency> |
| |
| |
| </dependencies> |
| |
| </project> |