mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 03:56:21 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411721 13f79535-47bb-0310-9956-ffa450edef68
66 lines
2.4 KiB
XML
66 lines
2.4 KiB
XML
<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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>incubator-activemq</groupId>
|
|
<artifactId>activemq-parent</artifactId>
|
|
<version>4.0-SNAPSHOT</version>
|
|
<relativePath>../../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
|
|
<groupId>incubator-activemq</groupId>
|
|
<artifactId>maven-activemq-perf-plugin</artifactId>
|
|
<packaging>maven-plugin</packaging>
|
|
<name>ActiveMQ :: Performance Test Plugin</name>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>incubator-activemq</groupId>
|
|
<artifactId>activemq-core</artifactId>
|
|
<version>4.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>incubator-activemq</groupId>
|
|
<artifactId>activemq-console</artifactId>
|
|
<version>4.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>incubator-activemq</groupId>
|
|
<artifactId>activeio-core</artifactId>
|
|
<version>3.0-beta2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.derby</groupId>
|
|
<artifactId>derby</artifactId>
|
|
<version>10.1.1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.derby</groupId>
|
|
<artifactId>derbynet</artifactId>
|
|
<version>10.1.1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>backport-util-concurrent</groupId>
|
|
<artifactId>backport-util-concurrent</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |