2006-02-18 01:03:51 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
|
|
|
<!--
|
|
|
|
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
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
2006-02-18 01:03:51 -05:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2006-03-29 20:12:00 -05:00
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2006-03-24 18:41:23 -05:00
|
|
|
<groupId>incubator-activemq</groupId>
|
2006-04-15 19:33:05 -04:00
|
|
|
<artifactId>activemq-parent</artifactId>
|
2005-12-21 16:43:55 -05:00
|
|
|
<version>4.0-SNAPSHOT</version>
|
2005-12-20 09:47:39 -05:00
|
|
|
<packaging>pom</packaging>
|
2006-02-18 01:03:51 -05:00
|
|
|
<name>ActiveMQ</name>
|
2005-12-12 12:53:59 -05:00
|
|
|
|
2006-04-25 07:39:58 -04:00
|
|
|
<prerequisites>
|
|
|
|
<maven>2.0.4</maven>
|
|
|
|
</prerequisites>
|
|
|
|
|
2006-01-13 20:56:05 -05:00
|
|
|
<ciManagement>
|
|
|
|
<system>continuum</system>
|
|
|
|
<url>http://ci.gbuild.org/continuum</url>
|
|
|
|
<notifiers>
|
|
|
|
<notifier>
|
|
|
|
<configuration>
|
|
|
|
<address>activemq-commits@geronimo.apache.org</address>
|
|
|
|
</configuration>
|
|
|
|
</notifier>
|
|
|
|
</notifiers>
|
|
|
|
</ciManagement>
|
|
|
|
|
2005-12-20 09:47:39 -05:00
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Development List</name>
|
|
|
|
<subscribe>activemq-dev@geronimo.apache.org</subscribe>
|
|
|
|
<unsubscribe>activemq-dev@geronimo.apache.org</unsubscribe>
|
|
|
|
<post>activemq-dev@geronimo.apache.org</post>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
2006-02-18 01:03:51 -05:00
|
|
|
<repositories>
|
2005-12-12 12:53:59 -05:00
|
|
|
<repository>
|
2006-02-18 01:03:51 -05:00
|
|
|
<id>apache.snapshots</id>
|
|
|
|
<name>Apache Snapshots Repository</name>
|
|
|
|
<url>http://cvs.apache.org/maven-snapshot-repository</url>
|
2005-12-12 12:53:59 -05:00
|
|
|
<snapshots>
|
2005-12-20 09:47:39 -05:00
|
|
|
<enabled>true</enabled>
|
2005-12-12 12:53:59 -05:00
|
|
|
</snapshots>
|
2006-02-18 01:03:51 -05:00
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2005-12-12 12:53:59 -05:00
|
|
|
</repository>
|
2006-03-07 03:44:30 -05:00
|
|
|
<repository>
|
|
|
|
<id>codehaus-snapshot</id>
|
|
|
|
<name>CodeHaus Snapshot Repo</name>
|
|
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
|
|
|
</repository>
|
2006-03-09 02:11:37 -05:00
|
|
|
<repository>
|
|
|
|
<id>maven-csharp</id>
|
|
|
|
<name>maven-csharp</name>
|
|
|
|
<url>http://maven-csharp.javaforge.com/repo</url>
|
|
|
|
</repository>
|
2006-03-29 20:12:00 -05:00
|
|
|
<repository>
|
|
|
|
<id>apache-maven1-snapshot</id>
|
|
|
|
<name>Activemq Maven1 Repo</name>
|
|
|
|
<url>http://cvs.apache.org/repository</url>
|
|
|
|
<layout>legacy</layout>
|
|
|
|
</repository>
|
2005-12-12 12:53:59 -05:00
|
|
|
</repositories>
|
2006-03-07 03:44:30 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
2006-02-18 01:03:51 -05:00
|
|
|
<id>codehaus.snapshots</id>
|
2005-12-12 12:53:59 -05:00
|
|
|
<name>Maven Central Plugins Development Repository</name>
|
|
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
2006-02-18 01:03:51 -05:00
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2005-12-12 12:53:59 -05:00
|
|
|
</pluginRepository>
|
2006-03-07 03:44:30 -05:00
|
|
|
<pluginRepository>
|
|
|
|
<id>maven-csharp-plugins</id>
|
|
|
|
<name>maven-csharp</name>
|
|
|
|
<url>http://maven-csharp.javaforge.com/repo</url>
|
|
|
|
</pluginRepository>
|
2005-12-12 12:53:59 -05:00
|
|
|
</pluginRepositories>
|
2006-02-18 01:03:51 -05:00
|
|
|
|
2006-03-24 18:41:23 -05:00
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>apache-repo</id>
|
|
|
|
<name>Apache CVS Repository</name>
|
|
|
|
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>apache-snapshots</id>
|
|
|
|
<name>Apache CVS Development Repository</name>
|
|
|
|
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<!--
|
|
|
|
<site>
|
|
|
|
<id>geronimo-website</id>
|
|
|
|
<url>scpexe://minotaur.apache.org/www/geronimo.apache.org/maven/</url>
|
|
|
|
</site>
|
|
|
|
-->
|
|
|
|
</distributionManagement>
|
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<modules>
|
2006-04-30 01:01:50 -04:00
|
|
|
|
2006-03-29 20:12:00 -05:00
|
|
|
<module>activecluster</module>
|
|
|
|
<module>activemq-jaas</module>
|
2005-12-12 12:53:59 -05:00
|
|
|
<module>activemq-core</module>
|
2006-02-07 01:48:24 -05:00
|
|
|
<module>activemq-console</module>
|
2005-12-12 12:53:59 -05:00
|
|
|
<module>activemq-ra</module>
|
2006-04-17 16:38:21 -04:00
|
|
|
<module>activemq-rar</module>
|
2006-03-29 21:48:51 -05:00
|
|
|
<module>activemq-web</module>
|
2006-04-10 06:26:17 -04:00
|
|
|
<module>activemq-web-demo</module>
|
2005-12-21 22:43:57 -05:00
|
|
|
<module>activemq-optional</module>
|
2006-03-29 20:12:00 -05:00
|
|
|
<module>activemq-gbean</module>
|
|
|
|
<module>activemq-gbean-management</module>
|
|
|
|
<!--module>activemq-systest</module -->
|
2006-04-15 19:33:05 -04:00
|
|
|
<module>maven-bundle-plugin</module>
|
2005-12-28 10:25:44 -05:00
|
|
|
<module>assembly</module>
|
2005-12-21 22:53:15 -05:00
|
|
|
|
2006-02-21 15:42:02 -05:00
|
|
|
<!--
|
2005-12-20 09:47:39 -05:00
|
|
|
<module>activeio</module>
|
2006-02-21 15:42:02 -05:00
|
|
|
-->
|
2006-03-29 20:12:00 -05:00
|
|
|
<!-- module>activecluster</module -->
|
2005-12-21 22:53:15 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
2006-03-10 18:52:45 -05:00
|
|
|
<scm>
|
2005-12-31 06:27:37 -05:00
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk</connection>
|
|
|
|
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk</developerConnection>
|
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/</url>
|
2005-12-12 12:53:59 -05:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<organization>
|
2006-01-05 06:26:43 -05:00
|
|
|
<name>Apache Software Foundation.</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
2005-12-12 12:53:59 -05:00
|
|
|
</organization>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2006-03-29 20:12:00 -05:00
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- ActiveMQ Dependencies -->
|
|
|
|
<!-- =============================== -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-core</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-core-test</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-jaas</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
2006-04-10 06:26:17 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-web</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-web-demo</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
2006-04-15 19:33:05 -04:00
|
|
|
<type>war</type>
|
2006-04-10 06:26:17 -04:00
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-gbean-management</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activecluster</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-console</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-optional</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-ra</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
2006-04-17 16:38:21 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-rar</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
2006-03-29 20:12:00 -05:00
|
|
|
<type>rar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-web</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activeio-core</artifactId>
|
|
|
|
<version>3.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- Required dependencies -->
|
|
|
|
<!-- =============================== -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>backport-util-concurrent</groupId>
|
|
|
|
<artifactId>backport-util-concurrent</artifactId>
|
2006-03-31 02:26:45 -05:00
|
|
|
<version>2.1</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
2006-04-30 01:01:50 -04:00
|
|
|
<version>1.0.4</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2006-03-22 10:27:50 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
|
|
|
<version>1.0</version>
|
2006-04-17 16:38:21 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>mockobjects</groupId>
|
|
|
|
<artifactId>mockobjects-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>mockobjects</groupId>
|
|
|
|
<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-03-22 10:27:50 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
|
|
|
|
<version>1.0</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-03-22 10:27:50 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
|
|
|
|
<version>1.0</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-03-22 10:27:50 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
|
|
|
|
<version>1.0</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-03-22 10:27:50 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
|
|
|
|
<version>1.0</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-21 22:53:15 -05:00
|
|
|
|
|
|
|
<dependency>
|
2006-03-22 10:27:50 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jsp_2.0_spec</artifactId>
|
|
|
|
<version>1.0</version>
|
2005-12-21 22:53:15 -05:00
|
|
|
</dependency>
|
|
|
|
|
2006-04-17 18:39:14 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-servlet_2.4_spec</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
|
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- Optional dependencies -->
|
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- for custom XML parsing -->
|
|
|
|
<dependency>
|
2006-02-09 16:41:59 -05:00
|
|
|
<groupId>org.apache.xbean</groupId>
|
2005-12-12 12:53:59 -05:00
|
|
|
<artifactId>xbean-spring</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<version>2.2</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2006-05-01 10:04:38 -04:00
|
|
|
<!--
|
2006-04-30 01:01:50 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>backport-util-concurrent</groupId>
|
|
|
|
<artifactId>backport-util-concurrent</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>qdox</groupId>
|
|
|
|
<artifactId>qdox</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2006-05-01 10:04:38 -04:00
|
|
|
-->
|
2006-04-30 01:01:50 -04:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Used to configure the activemq logs -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
2006-01-05 06:26:43 -05:00
|
|
|
<version>1.2.12</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- used to support optional transport configuration via URI query strings -->
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
<version>1.6.1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<!-- Optional Spring Support -->
|
|
|
|
<dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
<groupId>org.springframework</groupId>
|
2005-12-12 12:53:59 -05:00
|
|
|
<artifactId>spring</artifactId>
|
2006-04-17 16:38:21 -04:00
|
|
|
<version>1.2.6</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- an optional discovery agent -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>activecluster</groupId>
|
|
|
|
<artifactId>activecluster</artifactId>
|
|
|
|
<version>1.1-SNAPSHOT</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Optional Derby support-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<version>10.1.1.0</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbynet</artifactId>
|
|
|
|
<version>10.1.1.0</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2005-12-12 12:53:59 -05:00
|
|
|
|
|
|
|
<!-- Optional Axion support -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>axion</groupId>
|
|
|
|
<artifactId>axion</artifactId>
|
|
|
|
<version>1.0-M3-dev</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-primitives</groupId>
|
|
|
|
<artifactId>commons-primitives</artifactId>
|
|
|
|
<version>1.0</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>regexp</groupId>
|
|
|
|
<artifactId>regexp</artifactId>
|
|
|
|
<version>1.3</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Optional HSQL DB Support -->
|
|
|
|
<!--
|
|
|
|
<dependency>
|
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<version>1.7.2.2</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
-->
|
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-dbcp</groupId>
|
|
|
|
<artifactId>commons-dbcp</artifactId>
|
|
|
|
<version>1.2</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-pool</groupId>
|
|
|
|
<artifactId>commons-pool</artifactId>
|
|
|
|
<version>1.2</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Optional Journal Implementation -->
|
|
|
|
<!--
|
|
|
|
<dependency>
|
|
|
|
<groupId>howl</groupId>
|
|
|
|
<artifactId>howl-logger</artifactId>
|
|
|
|
<version>0.1.7</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
-->
|
2006-03-10 18:52:45 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<!-- Optional Jabber support -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>smack</artifactId>
|
|
|
|
<version>1.5.0</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2005-12-20 09:47:39 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>smackx</artifactId>
|
|
|
|
<version>1.5.0</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- XML processing dependencies -->
|
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- For XMLBeans -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<artifactId>xbean</artifactId>
|
|
|
|
<version>2.0.0-beta1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<artifactId>xmlpublic</artifactId>
|
|
|
|
<version>2.0.0-beta1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<artifactId>xbean_xpath</artifactId>
|
|
|
|
<version>2.0.0-beta1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- For Stax -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax</artifactId>
|
|
|
|
<version>1.1.1-dev</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- To use XPath using JAXP 1.3 (std in Java 5) -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>activesoap</groupId>
|
|
|
|
<artifactId>jaxp-api</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- To use XPath using JAXP 1.2 (easier to add to Java 1.4.x) -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>xalan</groupId>
|
|
|
|
<artifactId>xalan</artifactId>
|
|
|
|
<version>2.6.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>jmdns</artifactId>
|
|
|
|
<version>1.0-RC2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-jmx</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-remote</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-tools</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-impl</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
|
2005-12-21 22:43:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>xstream</groupId>
|
|
|
|
<artifactId>xstream</artifactId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlpull</groupId>
|
|
|
|
<artifactId>xmlpull</artifactId>
|
|
|
|
<version>1.1.3.4d_b4_min</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2006-04-10 06:26:17 -04:00
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
<artifactId>servlet-api-2.5</artifactId>
|
|
|
|
<version>6.0.0beta14</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<version>6.0.0beta14</version>
|
2005-12-21 22:43:57 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2006-04-10 06:26:17 -04:00
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
2005-12-21 22:43:57 -05:00
|
|
|
<artifactId>jetty</artifactId>
|
2006-04-10 06:26:17 -04:00
|
|
|
<version>6.0.0beta14</version>
|
2005-12-21 22:43:57 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>axis</groupId>
|
|
|
|
<artifactId>axis</artifactId>
|
|
|
|
<version>1.2-RC1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>aopalliance</groupId>
|
|
|
|
<artifactId>aopalliance</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jmock</groupId>
|
|
|
|
<artifactId>jmock</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jmock</groupId>
|
|
|
|
<artifactId>jmock-cglib</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib-full</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-12-21 23:07:49 -05:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>annogen</groupId>
|
|
|
|
<artifactId>annogen</artifactId>
|
|
|
|
<version>0.1.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>1.6.2</version>
|
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2006-03-29 21:37:41 -05:00
|
|
|
<!-- ACTIVEMQ-WEB Specific Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>rome</groupId>
|
|
|
|
<artifactId>rome</artifactId>
|
|
|
|
<version>0.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jdom</groupId>
|
|
|
|
<artifactId>jdom</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2006-03-29 21:37:41 -05:00
|
|
|
<!-- ACTIVEMQ-JAAS Dependencies -->
|
2006-03-29 20:12:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>directory</groupId>
|
|
|
|
<artifactId>apacheds-core</artifactId>
|
|
|
|
<version>0.9.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory</groupId>
|
|
|
|
<artifactId>apacheds-shared</artifactId>
|
|
|
|
<version>0.9.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-shared</groupId>
|
|
|
|
<artifactId>apache-ldapber-provider</artifactId>
|
|
|
|
<version>0.9.2</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-test</groupId>
|
|
|
|
<artifactId>commons-test</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-shared</groupId>
|
|
|
|
<artifactId>ldap-common</artifactId>
|
|
|
|
<version>0.9.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-asn1</groupId>
|
|
|
|
<artifactId>asn1-codec</artifactId>
|
|
|
|
<version>0.3.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-asn1</groupId>
|
|
|
|
<artifactId>asn1-der</artifactId>
|
|
|
|
<version>0.3.2</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-test</groupId>
|
|
|
|
<artifactId>commons-test</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-shared</groupId>
|
|
|
|
<artifactId>kerberos-common</artifactId>
|
|
|
|
<version>0.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-network</groupId>
|
|
|
|
<artifactId>mina</artifactId>
|
|
|
|
<version>0.7.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-protocols</groupId>
|
|
|
|
<artifactId>kerberos-protocol</artifactId>
|
|
|
|
<version>0.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-protocols</groupId>
|
|
|
|
<artifactId>ldap-protocol</artifactId>
|
|
|
|
<version>0.9.2</version>
|
|
|
|
</dependency>
|
2006-04-17 18:39:14 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-kernel</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>geronimo</groupId>
|
|
|
|
<artifactId>geronimo-j2ee</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>howl</groupId>
|
|
|
|
<artifactId>howl-logger</artifactId>
|
|
|
|
<version>0.1.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>p2psockets</groupId>
|
|
|
|
<artifactId>p2psockets-core</artifactId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jxta</groupId>
|
|
|
|
<artifactId>jxta</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
</dependency>
|
2006-03-10 18:52:45 -05:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2006-03-06 11:03:44 -05:00
|
|
|
<!--
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<scope>test</scope>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jmock</groupId>
|
|
|
|
<artifactId>jmock</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<scope>test</scope>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jmock</groupId>
|
|
|
|
<artifactId>jmock-cglib</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<scope>test</scope>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib-full</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<scope>test</scope>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2006-03-06 11:03:44 -05:00
|
|
|
-->
|
2005-12-12 12:53:59 -05:00
|
|
|
|
2006-03-10 18:52:45 -05:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2006-05-02 04:41:20 -04:00
|
|
|
<version>2.1.3</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
2006-03-24 18:41:23 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-one-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<configuration>
|
|
|
|
<remoteRepositoryUrl>scpexe://cvs.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>install-maven-one-repository</goal>
|
|
|
|
<goal>deploy-maven-one-repository</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2006-03-10 18:52:45 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.4</source>
|
|
|
|
<target>1.4</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2006-05-02 04:41:20 -04:00
|
|
|
<version>2.1.3</version>
|
2006-03-10 18:52:45 -05:00
|
|
|
<configuration>
|
2006-03-11 13:46:24 -05:00
|
|
|
<forkMode>once</forkMode>
|
2006-03-10 18:52:45 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>surefire-report-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2006-02-18 01:03:51 -05:00
|
|
|
|
2006-04-10 06:26:17 -04:00
|
|
|
</project>
|