2006-02-18 01:03:51 -05:00
|
|
|
<project>
|
2005-12-28 05:46:16 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
2006-02-18 01:03:51 -05:00
|
|
|
<groupId>org.apache.activemq.sandbox</groupId>
|
|
|
|
<artifactId>activemq-sandbox</artifactId>
|
2005-12-28 05:46:16 -05:00
|
|
|
<version>4.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>activemq-gbean</artifactId>
|
|
|
|
<name>ActiveMQ :: GBeans</name>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
|
|
<testSourceDirectory>src/test</testSourceDirectory>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>activemq-core</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<version>${project.version}</version>
|
2005-12-28 05:46:16 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>activemq-gbean-management</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<version>${project.version}</version>
|
2005-12-28 05:46:16 -05:00
|
|
|
</dependency>
|
|
|
|
|
2006-02-18 01:03:51 -05:00
|
|
|
<dependency>
|
2005-12-28 05:46:16 -05:00
|
|
|
<groupId>activemq</groupId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<artifactId>activemq-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
2005-12-28 05:46:16 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-kernel</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-system</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-management</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-j2ee</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>activeio</groupId>
|
|
|
|
<artifactId>activeio</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
2006-02-18 01:03:51 -05:00
|
|
|
</project>
|