<?xml version="1.0" encoding="UTF-8"?>
<!--
 *
 * Copyright(C) OASIS(R) 2010. All Rights Reserved.
 * OASIS trademark, IPR and other policies apply.    
 *   
-->
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
        <groupId>org.oasis-open.sca.bindings</groupId>
        <artifactId>binding-jms-modules</artifactId>
        <version>1.0</version>
        <relativePath>../pom.xml</relativePath>
	</parent>
	<artifactId>BJM_3001</artifactId>
	<name>OASIS SCA JMS Binding TestCases - Contribution BJM_3001</name>
	<packaging>jar</packaging>

	<dependencies>
        <!-- This is the SCA API bundle: in the long run it must be published by 
             OASIS, but for the present, this is using the Apache Tuscany version -->
        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-sca-api</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>
	</dependencies>

   <build>
      <finalName>${artifactId}</finalName>
      <!-- section referencing the assembly plugin -->
      <plugins>
			<plugin>
				   <groupId>org.apache.maven.plugins</groupId>
				   <artifactId>maven-assembly-plugin</artifactId>
			</plugin>
      </plugins>
   </build>

</project>
