| <?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. |
| |
| --> |
| |
| <!DOCTYPE project> |
| <project> |
| <pomVersion>3</pomVersion> |
| <extend>${basedir}/../etc/project.xml</extend> |
| |
| <name>ServiceMix :: Common</name> |
| <id>servicemix-common</id> |
| <shortDescription>Common components library</shortDescription> |
| <description>Common library for binding component and service engines</description> |
| |
| <package>org.apache.servicemix.common</package> |
| <packageGroups> |
| <packageGroup> |
| <title>Common components library</title> |
| <packages>org.apache.servicemix.common</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> |
| |
| <!-- J2EE JARs --> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> |
| <version>${geronimo_spec_j2ee_connector_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.0.1B_spec</artifactId> |
| <version>${geronimo_spec_jta_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons_logging_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>backport-util-concurrent</groupId> |
| <artifactId>backport-util-concurrent</artifactId> |
| <version>${backport_util_concurrent_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>mx4j</groupId> |
| <artifactId>mx4j</artifactId> |
| <version>${mx4j_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>servicemix</groupId> |
| <artifactId>jaxp</artifactId> |
| <version>${jaxp_version}</version> |
| </dependency> |
| |
| <!-- WSDL deployment --> |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>${wsdl4j_version}</version> |
| </dependency> |
| |
| <!-- XBEAN deployment --> |
| <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> |
| |
| </dependencies> |
| |
| </project> |