mirror of https://github.com/apache/activemq.git
136 lines
3.3 KiB
XML
Executable File
136 lines
3.3 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project>
|
|
<pomVersion>3</pomVersion>
|
|
<extend>${basedir}/../../../etc/project.xml</extend>
|
|
|
|
<name>JMSCTS :: ActiveMQ Provider</name>
|
|
<id>jmscts-activemq</id>
|
|
|
|
<package>org.exolab.jmscts.activemq</package>
|
|
<description>
|
|
ActiveMQ provider for the JMSCTS tests
|
|
</description>
|
|
|
|
<dependencies>
|
|
|
|
<!-- JMSCTS dependencies -->
|
|
<dependency>
|
|
<groupId>jmscts</groupId>
|
|
<artifactId>jmscts</artifactId>
|
|
<version>0.5-b2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>exolabcore</groupId>
|
|
<artifactId>exolabcore</artifactId>
|
|
<version>0.3.7</version>
|
|
<url>http://openjms.sourceforge.net/</url>
|
|
<properties>
|
|
<runtime>true</runtime>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-cli</groupId>
|
|
<artifactId>commons-cli</artifactId>
|
|
<version>1.0</version>
|
|
<url>http://jakarta.apache.org/commons/cli/</url>
|
|
<properties>
|
|
<runtime>true</runtime>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>castor</groupId>
|
|
<artifactId>castor</artifactId>
|
|
<version>0.9.5</version>
|
|
<url>http://castor.exolab.org/</url>
|
|
<properties>
|
|
<runtime>true</runtime>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>1.2.8</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>xalan</groupId>
|
|
<artifactId>xalan</artifactId>
|
|
<version>2.5.1</version>
|
|
<url>http://xml.apache.org/xalan-j/</url>
|
|
<properties>
|
|
<classloader>root</classloader>
|
|
<runtime>true</runtime>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xerces</groupId>
|
|
<artifactId>xerces</artifactId>
|
|
<version>2.3.0</version>
|
|
<properties>
|
|
<runtime>true</runtime>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.0.b2</version>
|
|
<properties>
|
|
<runtime>true</runtime>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<!-- ActiveMQ stuff -->
|
|
<dependency>
|
|
<groupId>activemq</groupId>
|
|
<artifactId>activemq</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
<properties>
|
|
<runtime>true</runtime>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>${pom.groupId}</groupId>
|
|
<artifactId>activeio-core</artifactId>
|
|
<version>${activeio_version}</version>
|
|
<properties>
|
|
<rar.bundle>true</rar.bundle>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>springframework</id>
|
|
<artifactId>spring</artifactId>
|
|
<version>${spring_version}</version>
|
|
<url>http://www.springframework.org</url>
|
|
<properties>
|
|
<rar.bundle>true</rar.bundle>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jdbm</groupId>
|
|
<artifactId>jdbm</artifactId>
|
|
<version>${jdbm_version}</version>
|
|
<properties>
|
|
<rar.bundle>true</rar.bundle>
|
|
</properties>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<nagEmailAddress>dev@activemq.codehaus.org</nagEmailAddress>
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
</build>
|
|
|
|
<reports>
|
|
<report>maven-javadoc-plugin</report>
|
|
</reports>
|
|
</project>
|