blob: 408383225954429131dc300aed97ad89ea7ab6ca [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2005 Unity Systems, LLC
*
* 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.
*/
-->
<project>
<pomVersion>3</pomVersion>
<extend>${basedir}/../../etc/project.xml</extend>
<name>ServiceMix :: Packaging Descriptors</name>
<id>servicemix-packaging-descriptors</id>
<description>Extension Packaging Descriptors for JBI</description>
<shortDescription>
Extension Packaging Descriptors for JBI
</shortDescription>
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.0.2_spec</artifactId>
<version>${geronimo_spec_activation_version}</version>
</dependency>
<dependency>
<groupId>servicemix</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxws_rt_version}</version>
</dependency>
<dependency>
<groupId>servicemix</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>${jaxws_rt_version}</version>
</dependency>
<dependency>
<groupId>servicemix</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxws_rt_version}</version>
</dependency>
<dependency>
<id>stax+api</id>
<version>${stax_api_version}</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/target/generated</sourceDirectory>
<resources>
<resource>
<directory>${pom.build.sourceDirectory}</directory>
<includes>
<include>**/jaxb.index</include>
</includes>
<filtering>false</filtering>
</resource>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
</resources>
</build>
</project>