<?xml version="1.0" encoding="UTF-8"?>
<!--
 *
 * Copyright(C) OASIS(R) 2009,2010. All Rights Reserved.
 * OASIS trademark, IPR and other policies apply.    
 *   
-->
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
        <groupId>org.oasis-open.sca.j</groupId>
        <artifactId>javacaa-modules</artifactId>
        <version>1.0</version>
        <relativePath>../pom.xml</relativePath>
	</parent>
	<artifactId>JCA_8006</artifactId>
	<name>OASIS Java CAA TestCases - Contribution JCA_8006</name>
	<packaging>jar</packaging>

	<dependencies>
        <!-- This is the SCA API bundle: published by OASIS -->
        <dependency>
            <groupId>org.oasis-open.sca.j</groupId>
            <artifactId>sca-caa-apis</artifactId>
            <version>1.1-CD04-rev3</version>
        </dependency>
        <dependency>
            <groupId>org.oasis-open.sca.j</groupId>
            <artifactId>JCA_General_POJO</artifactId>
            <version>1.0</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>
