2005-12-30 17:37:11 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2005-12-16 13:39:54 -05:00
|
|
|
<project>
|
2005-12-19 15:44:36 -05:00
|
|
|
|
2005-12-16 13:39:54 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-12-19 15:44:36 -05:00
|
|
|
<parent>
|
2006-02-18 01:03:51 -05:00
|
|
|
<groupId>org.apache.activemq.activeio</groupId>
|
|
|
|
<artifactId>activeio</artifactId>
|
2005-12-20 09:51:33 -05:00
|
|
|
<version>3.0-SNAPSHOT</version>
|
2005-12-19 15:44:36 -05:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>activeio-core</artifactId>
|
|
|
|
<name>ActiveIO :: Core</name>
|
2005-12-22 19:27:32 -05:00
|
|
|
<description>A high performance IO abstraction framework</description>
|
|
|
|
|
2005-12-16 13:39:54 -05:00
|
|
|
<dependencies>
|
2005-12-20 09:51:33 -05:00
|
|
|
<!-- Required Dependencies -->
|
2005-12-16 13:39:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>backport-util-concurrent</groupId>
|
|
|
|
<artifactId>backport-util-concurrent</artifactId>
|
|
|
|
</dependency>
|
2005-12-20 09:51:33 -05:00
|
|
|
|
|
|
|
<!-- For HOWL integration -->
|
2005-12-16 13:39:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>howl</groupId>
|
|
|
|
<artifactId>howl-logger</artifactId>
|
|
|
|
<version>0.1.8</version>
|
|
|
|
</dependency>
|
2005-12-20 09:51:33 -05:00
|
|
|
|
2005-12-16 13:39:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</dependency>
|
2005-12-20 09:51:33 -05:00
|
|
|
|
2005-12-16 13:39:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
<version>1.6.1</version>
|
2006-02-18 01:03:51 -05:00
|
|
|
<scope>test</scope>
|
2005-12-16 13:39:54 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>2.1</version>
|
2006-02-18 01:03:51 -05:00
|
|
|
<scope>test</scope>
|
2005-12-16 13:39:54 -05:00
|
|
|
</dependency>
|
2005-12-20 09:51:33 -05:00
|
|
|
|
|
|
|
<!-- Used by xnet GBean code -->
|
2005-12-16 13:39:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-kernel</artifactId>
|
2005-12-21 16:43:55 -05:00
|
|
|
<version>1.0-M5</version>
|
2005-12-16 13:39:54 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-j2ee</artifactId>
|
2005-12-21 16:43:55 -05:00
|
|
|
<version>1.0-M5</version>
|
2005-12-16 13:39:54 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j</artifactId>
|
|
|
|
<version>3.0.1</version>
|
|
|
|
</dependency>
|
2005-12-22 19:27:32 -05:00
|
|
|
|
2005-12-16 13:39:54 -05:00
|
|
|
</dependencies>
|
2005-12-19 15:44:36 -05:00
|
|
|
|
2005-12-16 13:39:54 -05:00
|
|
|
</project>
|