<?xml version="1.0" encoding="UTF-8"?>
<!--
   vi:ts=3:sw=3:expandtab:
-->
<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/xsd/maven-4.0.0.xsd">
   <parent>
      <groupId>org.jboss.ejb3.tx2</groupId>
      <artifactId>jboss-ejb3-tx2</artifactId>
      <version>0.0.2</version>
   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>jboss-ejb3-tx2-aop</artifactId>

   <name>JBoss EJB 3 TX2 AOP</name>

   <dependencies>
      <dependency>
         <groupId>org.jboss.aop</groupId>
         <artifactId>jboss-aop</artifactId>
         <!-- AOP must not leak to the parent, so we specify the version here -->
         <version>2.1.6.GA</version>
      </dependency>

      <dependency>
         <groupId>org.jboss.integration</groupId>
         <artifactId>jboss-transaction-spi</artifactId>
      </dependency>

      <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>jboss-ejb3-tx2-impl</artifactId>
         <version>${project.version}</version>
      </dependency>

      <dependency>
         <groupId>org.jboss.spec.javax.ejb</groupId>
         <artifactId>jboss-ejb-api_3.1_spec</artifactId>
         <version>1.0.0.Final</version>
      </dependency>
      
   </dependencies>
</project>
