mirror of https://github.com/apache/activemq.git
77 lines
2.5 KiB
XML
77 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE project>
|
|
<!--
|
|
Copyright 2005-2006 The Apache Software Foundation
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<project>
|
|
|
|
<pomVersion>3</pomVersion>
|
|
<extend>${basedir}/../../etc/project.xml</extend>
|
|
|
|
<name>ActiveIO :: AIO</name>
|
|
<artifactId>activeio-aio</artifactId>
|
|
<currentVersion>3.0-SNAPSHOT</currentVersion>
|
|
|
|
<dependencies>
|
|
<!-- Required Dependencies -->
|
|
<dependency>
|
|
<groupId>activemq</groupId>
|
|
<artifactId>activeio-core</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>backport-util-concurrent</groupId>
|
|
<artifactId>backport-util-concurrent</artifactId>
|
|
<version>2.0_01_pd</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>ibmaio</groupId>
|
|
<artifactId>ibmaio</artifactId>
|
|
<version>1.0</version>
|
|
<url>https://www7b.software.ibm.com/dl/AW-0H8/AW-0H8-p</url>
|
|
</dependency>
|
|
|
|
<!-- Unit Test Dependencies -->
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>${junit_version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>${commons_logging_version}</version>
|
|
<url>http://jakarta.apache.org/commons/logging/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>${log4j_version}</version>
|
|
<url>http://jakarta.apache.org/log4j</url>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>activemq</groupId>
|
|
<artifactId>activeio-core-test</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|
|
|