<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>petals-parent</artifactId>
		<groupId>org.ow2.petals</groupId>
		<version>18</version>
	</parent>

	<name>Container Parent</name>
	<groupId>org.ow2.petals</groupId>
	<artifactId>petals-container-parent</artifactId>
	<packaging>pom</packaging>
	<version>2</version>
	<description>JBI container for Petals ESB</description>

	<scm>
		<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/petals/tags/petals-container-parent-2</connection>
		<developerConnection>scm:svn:svn+ssh://rnaudin@svn.forge.objectweb.org/svnroot/petals/tags/petals-container-parent-2</developerConnection>
		<url>http://websvn.ow2.org/listing.php?repname=petals&amp;path=%2Ftrunk%2Fcontainer%2Fparent%2F/tags/petals-container-parent-2?repname=petals&amp;path=%2Ftrunk%2Fcontainer%2Fparent%2F</url>
	</scm>

	<dependencyManagement>
		<!-- add the shared dependencies version here for Container Libraries -->
		<dependencies>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-commons</artifactId>
				<version>1.0.3</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-jbi</artifactId>
				<version>1.0.2</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-jbi-ext</artifactId>
				<version>1.0.1</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-jbi-descriptor</artifactId>
				<version>2.0.3</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.easywsdl</groupId>
				<artifactId>easywsdl-ext-wsdl4complexwsdl</artifactId>
				<version>2.2</version>
				<exclusions>
					<exclusion>
						<groupId>javax.activation</groupId>
						<artifactId>activation</artifactId>
					</exclusion>
					<exclusion>
						<groupId>javax.xml.stream</groupId>
						<artifactId>stax-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.ow2.easywsdl</groupId>
				<artifactId>easywsdl-wsdl</artifactId>
				<version>2.2</version>
				<exclusions>
					<exclusion>
						<groupId>javax.activation</groupId>
						<artifactId>activation</artifactId>
					</exclusion>
					<exclusion>
						<groupId>javax.xml.stream</groupId>
						<artifactId>stax-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
		</dependencies>
	</dependencyManagement>

</project>
