| <?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 :: JMS</name> |
| <id>servicemix-jms</id> |
| <shortDescription>JMS Binding Component</shortDescription> |
| <description>JMS Binding Component</description> |
| |
| <package>org.apache.servicemix.jms</package> |
| <packageGroups> |
| <packageGroup> |
| <title>JMS Binding Component</title> |
| <packages>org.apache.servicemix.jms</packages> |
| </packageGroup> |
| </packageGroups> |
| |
| <!-- ============ --> |
| <!-- Dependencies --> |
| <!-- ============ --> |
| <dependencies> |
| |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>maven-jbi-plugin</artifactId> |
| <version>${pom.currentVersion}</version> |
| <type>plugin</type> |
| </dependency> |
| |
| <!-- JBI bundled dependencies --> |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>servicemix-common</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <eclipse.dependency>true</eclipse.dependency> |
| <jbi.bundle>true</jbi.bundle> |
| <jbi.bootstrap>true</jbi.bootstrap> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>servicemix-soap</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <eclipse.dependency>true</eclipse.dependency> |
| <jbi.bundle>true</jbi.bundle> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons_logging_version}</version> |
| <properties> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>backport-util-concurrent</groupId> |
| <artifactId>backport-util-concurrent</artifactId> |
| <version>${backport_util_concurrent_version}</version> |
| <properties> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>${wsdl4j_version}</version> |
| <properties> |
| </properties> |
| </dependency> |
| |
| <!-- Provided dependencies --> |
| |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>servicemix-jbi</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <eclipse.dependency>true</eclipse.dependency> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jms_1.1_spec</artifactId> |
| <version>${geronimo_spec_jms_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>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-javamail_1.3.1_spec</artifactId> |
| <version>${geronimo_spec_javamail_version}</version> |
| </dependency> |
| <!-- dependency> |
| <groupId>servicemix</groupId> |
| <artifactId>jaxp</artifactId> |
| <version>${jaxp_version}</version> |
| </dependency --> |
| <!-- dependency> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-j2ee-connector</artifactId> |
| <version>${geronimo_spec_j2ee_connector_version}</version> |
| </dependency --> |
| <!-- dependency> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-jta</artifactId> |
| <version>${geronimo_spec_jta_version}</version> |
| </dependency --> |
| |
| |
| <!-- Testing only --> |
| <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-components</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <eclipse.dependency>true</eclipse.dependency> |
| </properties> |
| </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>incubator-activemq</groupId> |
| <artifactId>activeio-core</artifactId> |
| <version>${activeio_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>concurrent</groupId> |
| <artifactId>concurrent</artifactId> |
| <version>${concurrent_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>jencks</groupId> |
| <artifactId>jencks-all</artifactId> |
| <version>${jencks_version}</version> |
| </dependency> |
| <dependency> |
| <id>commons-beanutils</id> |
| <version>${commons_beanutils_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-pool</groupId> |
| <artifactId>commons-pool</artifactId> |
| <version>${commons_pool_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-collections</groupId> |
| <artifactId>commons-collections</artifactId> |
| <version>${commons_collections_version}</version> |
| </dependency> |
| <!-- dependency> |
| <groupId>mx4j</groupId> |
| <artifactId>mx4j</artifactId> |
| <version>${mx4j_version}</version> |
| </dependency --> |
| <dependency> |
| <groupId>xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>${xstream_version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-spring</artifactId> |
| <version>${xbean_version}</version> |
| <properties> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-server</artifactId> |
| <version>${xbean_version}</version> |
| <properties> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-kernel</artifactId> |
| <version>${xbean_version}</version> |
| <properties> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| <version>${xml_apis_version}</version> |
| </dependency> |
| <dependency> |
| <id>stax+api</id> |
| <version>${stax_api_version}</version> |
| <properties> |
| <scope>test</scope> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>woodstox</groupId> |
| <artifactId>wstx-asl</artifactId> |
| <version>${woodstox_version}</version> |
| <properties> |
| <scope>test</scope> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>stax-utils</groupId> |
| <artifactId>stax-utils</artifactId> |
| <version>${stax_utils_version}</version> |
| <properties> |
| <scope>test</scope> |
| </properties> |
| </dependency> |
| <dependency> |
| <id>log4j</id> |
| <version>${log4j_version}</version> |
| <properties> |
| <scope>test</scope> |
| </properties> |
| </dependency> |
| <dependency> |
| <id>xalan</id> |
| <version>${xalan_version}</version> |
| <properties> |
| <scope>test</scope> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>annogen</groupId> |
| <artifactId>annogen</artifactId> |
| <version>${annogen_version}</version> |
| <properties> |
| <scope>compile</scope> |
| </properties> |
| </dependency> |
| <dependency> |
| <groupId>qdox</groupId> |
| <artifactId>qdox</artifactId> |
| <version>${qdox_version}</version> |
| <properties> |
| <scope>compile</scope> |
| </properties> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <unitTest> |
| <resources> |
| <resource> |
| <directory>src/test/resources</directory> |
| <includes> |
| <include>**/*</include> |
| </includes> |
| </resource> |
| </resources> |
| <includes> |
| <include>**/*Test.*</include> |
| </includes> |
| <excludes> |
| </excludes> |
| </unitTest> |
| <resources> |
| <resource> |
| <directory>..</directory> |
| <targetPath>META-INF</targetPath> |
| <includes> |
| <include>LICENSE</include> |
| <include>DISCLAIMER</include> |
| <include>NOTICE</include> |
| </includes> |
| </resource> |
| <resource> |
| <directory>src/main/resources</directory> |
| <includes> |
| <include>**/*</include> |
| </includes> |
| </resource> |
| <resource> |
| <directory>target/generated</directory> |
| <includes> |
| <include>**/*</include> |
| </includes> |
| </resource> |
| </resources> |
| </build> |
| </project> |