<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">
  <parent>
    <groupId>org.jboss.aop</groupId>
    <artifactId>jboss-aop-parent</artifactId>
    <version>2.1.6.GA</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jboss-aop-dist</artifactId>
  <packaging>jar</packaging>
  <name>JBoss AOP Distribution Build</name>
  <description>JBoss AOP Distribution Build</description>
  
  <dependencies>
    <dependency>
      <groupId>org.jboss.aop</groupId>
      <artifactId>jboss-aop</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.code</groupId>
      <artifactId>jarjar</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>jboss.profiler.jvmti</groupId>
      <artifactId>jboss-profiler-jvmti</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  
  <profiles>
    <profile>
      <id>jrockit-module</id>
      <activation>
        <property>
          <name>jrockit.home</name>
        </property>
      </activation>
      <dependencies>
        <dependency>
          <groupId>org.jboss.aop</groupId>
          <artifactId>jrockit-pluggable-instrumentor</artifactId>
        </dependency>
      </dependencies>
    </profile>
  </profiles>
  
</project>
