2006-02-18 01:03:51 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-03-29 20:12:00 -05:00
|
|
|
<!--
|
2006-09-25 12:58:58 -04:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You 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
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
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.
|
2006-03-29 20:12:00 -05:00
|
|
|
-->
|
2008-04-08 12:28:08 -04:00
|
|
|
<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">
|
2008-04-08 10:57:40 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache</groupId>
|
|
|
|
<artifactId>apache</artifactId>
|
2012-09-12 02:59:46 -04:00
|
|
|
<version>11</version>
|
2008-04-08 10:57:40 -04:00
|
|
|
</parent>
|
2006-09-25 12:58:58 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-parent</artifactId>
|
2013-10-14 18:38:35 -04:00
|
|
|
<version>5.10-SNAPSHOT</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>ActiveMQ</name>
|
2009-06-20 04:14:41 -04:00
|
|
|
<inceptionYear>2005</inceptionYear>
|
2006-09-25 12:58:58 -04:00
|
|
|
|
2007-02-06 14:09:51 -05:00
|
|
|
<properties>
|
2012-04-24 12:01:19 -04:00
|
|
|
<activeio-version>3.1.4</activeio-version>
|
2012-09-25 07:12:45 -04:00
|
|
|
<siteId>activemq-${project.version}</siteId>
|
2008-04-08 11:54:02 -04:00
|
|
|
<projectName>Apache ActiveMQ</projectName>
|
|
|
|
<!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging -->
|
|
|
|
<staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
|
2012-09-12 02:30:31 -04:00
|
|
|
|
|
|
|
<!-- JAR dependency versions -->
|
|
|
|
<activemq-protobuf-version>1.1</activemq-protobuf-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<activesoap-version>1.3</activesoap-version>
|
|
|
|
<annogen-version>0.1.0</annogen-version>
|
2012-07-10 11:49:00 -04:00
|
|
|
<ant-version>1.8.4</ant-version>
|
2012-09-17 06:00:53 -04:00
|
|
|
<ant-bundle-version>1.7.0_6</ant-bundle-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<aopalliance-version>1.0</aopalliance-version>
|
2013-01-15 05:03:18 -05:00
|
|
|
<aries-version>1.0.0</aries-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<axion-version>1.0-M3-dev</axion-version>
|
2014-05-15 02:25:49 -04:00
|
|
|
<camel-version>2.13.1</camel-version>
|
2013-06-05 09:46:35 -04:00
|
|
|
<camel-version-range>[2.12,3)</camel-version-range>
|
2013-07-12 10:50:33 -04:00
|
|
|
<cglib-version>2.2</cglib-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<commons-beanutils-version>1.8.3</commons-beanutils-version>
|
|
|
|
<commons-collections-version>3.2.1</commons-collections-version>
|
2013-04-09 19:29:40 -04:00
|
|
|
<commons-daemon-version>1.0.15</commons-daemon-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<commons-dbcp-version>1.4</commons-dbcp-version>
|
2013-09-30 02:08:13 -04:00
|
|
|
<commons-io-version>2.4</commons-io-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<commons-lang-version>2.6</commons-lang-version>
|
2013-07-12 10:50:33 -04:00
|
|
|
<commons-logging-version>1.1.3</commons-logging-version>
|
2012-08-30 15:35:06 -04:00
|
|
|
<commons-pool-version>1.6</commons-pool-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<commons-primitives-version>1.0</commons-primitives-version>
|
2013-07-12 10:50:33 -04:00
|
|
|
<commons-net-version>3.3</commons-net-version>
|
2012-06-07 07:58:40 -04:00
|
|
|
<directory-version>2.0.0-M6</directory-version>
|
2012-09-12 02:30:31 -04:00
|
|
|
<ftpserver-version>1.0.6</ftpserver-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<geronimo-version>1.0</geronimo-version>
|
2012-09-25 10:32:28 -04:00
|
|
|
<hadoop-version>1.0.0</hadoop-version>
|
2014-02-21 08:15:44 -05:00
|
|
|
<hawtbuf-version>1.10</hawtbuf-version>
|
2014-05-08 09:54:57 -04:00
|
|
|
<hawtdispatch-version>1.21</hawtdispatch-version>
|
2012-09-12 02:30:31 -04:00
|
|
|
<howl-version>0.1.8</howl-version>
|
2013-01-25 12:12:34 -05:00
|
|
|
<hsqldb-version>1.8.0.12</hsqldb-version>
|
2013-07-12 10:50:33 -04:00
|
|
|
<httpclient-version>4.2.5</httpclient-version>
|
|
|
|
<httpcore-version>4.2.4</httpcore-version>
|
2013-09-19 08:54:49 -04:00
|
|
|
<insight-version>7.2.0.redhat-024</insight-version>
|
2013-07-12 10:50:33 -04:00
|
|
|
<jackson-version>1.9.12</jackson-version>
|
2013-09-24 02:53:37 -04:00
|
|
|
<jasypt-version>1.9.1</jasypt-version>
|
2013-09-05 08:41:10 -04:00
|
|
|
<jaxb-bundle-version>2.2.1.1_2</jaxb-bundle-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<jdom-version>1.0</jdom-version>
|
2013-07-12 10:50:33 -04:00
|
|
|
<jetty-version>7.6.9.v20130131</jetty-version>
|
2012-09-18 04:44:42 -04:00
|
|
|
<jmdns-version>3.4.1</jmdns-version>
|
2010-02-09 13:07:38 -05:00
|
|
|
<jsp-version>2.1.v20100127</jsp-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<jstl-version>1.1.2</jstl-version>
|
2014-02-05 20:00:57 -05:00
|
|
|
<jettison-version>1.3.5</jettison-version>
|
2009-07-28 12:44:47 -04:00
|
|
|
<jmock-version>2.5.1</jmock-version>
|
2014-04-30 01:56:52 -04:00
|
|
|
<jolokia-version>1.2.1</jolokia-version>
|
2012-09-12 02:30:31 -04:00
|
|
|
<josql-version>1.5_5</josql-version>
|
2014-03-10 08:58:33 -04:00
|
|
|
<!-- for json-simple use same version as jolokia uses -->
|
|
|
|
<json-simple-version>1.1</json-simple-version>
|
2013-01-31 13:22:54 -05:00
|
|
|
<junit-version>4.11</junit-version>
|
|
|
|
<hamcrest-version>1.3</hamcrest-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<jxta-version>2.0</jxta-version>
|
2013-09-24 03:15:04 -04:00
|
|
|
<karaf-version>2.3.3</karaf-version>
|
2013-05-22 09:41:02 -04:00
|
|
|
<leveldb-api-version>0.6</leveldb-api-version>
|
|
|
|
<leveldb-version>0.6</leveldb-version>
|
2013-10-17 09:30:07 -04:00
|
|
|
<leveldbjni-version>1.8</leveldbjni-version>
|
2012-07-10 11:49:00 -04:00
|
|
|
<log4j-version>1.2.17</log4j-version>
|
2014-03-18 02:49:51 -04:00
|
|
|
<mqtt-client-version>1.10</mqtt-client-version>
|
2012-09-12 02:30:31 -04:00
|
|
|
<openjpa-version>1.2.0</openjpa-version>
|
2013-09-30 02:09:05 -04:00
|
|
|
<org-apache-derby-version>10.10.1.1</org-apache-derby-version>
|
2013-01-22 07:08:38 -05:00
|
|
|
<org.osgi.core-version>4.3.1</org.osgi.core-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<p2psockets-version>1.1.2</p2psockets-version>
|
2013-11-11 16:06:59 -05:00
|
|
|
<paho-version>0.4.0</paho-version>
|
2013-07-10 13:49:03 -04:00
|
|
|
<linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
|
2013-10-11 09:38:31 -04:00
|
|
|
<zookeeper-version>3.4.5</zookeeper-version>
|
2014-04-30 10:08:28 -04:00
|
|
|
<qpid-proton-version>0.7</qpid-proton-version>
|
2014-02-18 10:46:56 -05:00
|
|
|
<qpid-jms-version>0.26</qpid-jms-version>
|
2007-02-06 14:09:51 -05:00
|
|
|
<regexp-version>1.3</regexp-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<rome-version>1.0</rome-version>
|
2013-10-03 03:01:54 -04:00
|
|
|
<saxon-version>9.5.1-2</saxon-version>
|
|
|
|
<saxon-bundle-version>9.5.1-1_1</saxon-bundle-version>
|
2013-01-04 15:02:27 -05:00
|
|
|
<scala-plugin-version>3.1.0</scala-plugin-version>
|
2014-05-07 10:53:31 -04:00
|
|
|
<scala-version>2.11.0</scala-version>
|
2013-12-11 21:42:27 -05:00
|
|
|
<shiro-version>1.2.2</shiro-version>
|
2014-05-07 10:53:31 -04:00
|
|
|
<scalatest-version>2.1.5</scalatest-version>
|
2013-09-13 14:53:41 -04:00
|
|
|
<slf4j-version>1.7.5</slf4j-version>
|
2013-11-13 07:01:37 -05:00
|
|
|
<snappy-version>1.1.0.1</snappy-version>
|
2014-03-26 04:23:32 -04:00
|
|
|
<spring-version>3.2.8.RELEASE</spring-version>
|
2012-09-12 02:30:31 -04:00
|
|
|
<spring-osgi-version>1.2.1</spring-osgi-version>
|
|
|
|
<stax2-api-version>3.0.2</stax2-api-version>
|
|
|
|
<velocity-version>1.7</velocity-version>
|
2013-10-03 03:01:54 -04:00
|
|
|
<woodstox-core-asl-version>4.2.0</woodstox-core-asl-version>
|
2012-09-12 02:30:31 -04:00
|
|
|
<xalan-version>2.7.1</xalan-version>
|
2013-07-12 10:50:33 -04:00
|
|
|
<xmlbeans-version>2.6.0</xmlbeans-version>
|
|
|
|
<xmlbeans-bundle-version>2.6.0_2</xmlbeans-bundle-version>
|
2012-09-17 06:00:53 -04:00
|
|
|
<xmlresolver-bundle-version>1.2_5</xmlresolver-bundle-version>
|
2010-10-19 08:18:20 -04:00
|
|
|
<xpp3-version>1.1.4c</xpp3-version>
|
2014-02-17 14:11:03 -05:00
|
|
|
<xstream-version>1.4.7</xstream-version>
|
2014-04-09 06:00:34 -04:00
|
|
|
<xbean-version>3.16</xbean-version>
|
2013-07-12 10:50:33 -04:00
|
|
|
<xerces-version>2.11.0</xerces-version>
|
2013-08-14 09:23:36 -04:00
|
|
|
<jaxb-basics-version>0.6.4</jaxb-basics-version>
|
2014-02-06 09:01:49 -05:00
|
|
|
<stompjms-version>1.19</stompjms-version>
|
2012-09-12 02:30:31 -04:00
|
|
|
|
2013-01-03 13:37:45 -05:00
|
|
|
<pax-exam-version>2.6.0</pax-exam-version>
|
|
|
|
<paxexam-karaf-container-version>1.0.0</paxexam-karaf-container-version>
|
|
|
|
<pax-runner-version>1.6.1</pax-runner-version>
|
|
|
|
<pax-tiny-bundle-version>1.3.1</pax-tiny-bundle-version>
|
2013-09-19 08:54:49 -04:00
|
|
|
<pax-url-version>1.5.2</pax-url-version>
|
2013-01-03 13:37:45 -05:00
|
|
|
<felix-configadmin-version>1.4.0</felix-configadmin-version>
|
|
|
|
|
2007-02-09 01:02:22 -05:00
|
|
|
<site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
|
2011-10-25 12:57:39 -04:00
|
|
|
<source-version>1.6</source-version>
|
|
|
|
<target-version>1.6</target-version>
|
|
|
|
<javase-javadoc-url>http://download.oracle.com/javase/6/docs/api/</javase-javadoc-url>
|
|
|
|
<javaee-javadoc-url>http://download.oracle.com/javaee/6/api/</javaee-javadoc-url>
|
|
|
|
<slf4j-javadoc-url>http://www.slf4j.org/apidocs/</slf4j-javadoc-url>
|
2012-09-12 02:30:31 -04:00
|
|
|
|
2011-08-25 14:05:45 -04:00
|
|
|
<!-- Maven Plugin Version for this Project -->
|
2012-05-09 06:55:22 -04:00
|
|
|
<maven-bundle-plugin-version>2.3.7</maven-bundle-plugin-version>
|
2014-01-30 08:22:44 -05:00
|
|
|
<maven-surefire-plugin-version>2.16</maven-surefire-plugin-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<maven-antrun-plugin-version>1.3</maven-antrun-plugin-version>
|
2013-01-31 13:22:54 -05:00
|
|
|
<maven-assembly-plugin-version>2.4</maven-assembly-plugin-version>
|
2013-04-09 19:29:40 -04:00
|
|
|
<maven-release-plugin-version>2.4.1</maven-release-plugin-version>
|
2012-09-21 05:35:01 -04:00
|
|
|
<maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version>
|
2013-08-16 16:52:13 -04:00
|
|
|
<maven-war-plugin-version>2.4</maven-war-plugin-version>
|
2012-09-21 05:35:01 -04:00
|
|
|
<maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version>
|
|
|
|
<maven-jar-plugin-version>2.4</maven-jar-plugin-version>
|
|
|
|
<maven-archiver-version>2.5</maven-archiver-version>
|
2013-04-09 19:29:40 -04:00
|
|
|
<maven-source-plugin-version>2.2.1</maven-source-plugin-version>
|
2013-08-16 16:52:13 -04:00
|
|
|
<maven-javadoc-plugin-version>2.9.1</maven-javadoc-plugin-version>
|
2012-09-21 05:35:01 -04:00
|
|
|
<maven-install-plugin-version>2.4</maven-install-plugin-version>
|
2013-11-04 14:58:19 -05:00
|
|
|
<maven-shade-plugin-version>2.1</maven-shade-plugin-version>
|
2013-08-14 09:23:36 -04:00
|
|
|
<maven-jaxb2-plugin-version>0.8.3</maven-jaxb2-plugin-version>
|
2012-09-21 05:35:01 -04:00
|
|
|
<findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
|
2012-09-21 05:35:01 -04:00
|
|
|
<cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<taglist-maven-plugin-version>2.4</taglist-maven-plugin-version>
|
2013-07-19 11:33:33 -04:00
|
|
|
<build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
|
2013-08-16 16:52:13 -04:00
|
|
|
<apache-rat-plugin-version>0.9</apache-rat-plugin-version>
|
2011-08-25 14:05:45 -04:00
|
|
|
<ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
|
2013-02-01 09:57:45 -05:00
|
|
|
<depends-maven-plugin-version>1.2</depends-maven-plugin-version>
|
2013-08-14 09:23:36 -04:00
|
|
|
<maven-dependency-plugin-version>2.8</maven-dependency-plugin-version>
|
2013-08-16 16:52:13 -04:00
|
|
|
<maven-project-info-reports-plugin-version>2.7</maven-project-info-reports-plugin-version>
|
|
|
|
<maven-graph-plugin-version>1.30</maven-graph-plugin-version>
|
2007-09-20 10:16:12 -04:00
|
|
|
<!-- OSGi bundles properties -->
|
|
|
|
<activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>
|
|
|
|
<activemq.osgi.export.pkg>org.apache.activemq*</activemq.osgi.export.pkg>
|
|
|
|
<activemq.osgi.private.pkg>!*</activemq.osgi.private.pkg>
|
2010-02-11 04:57:46 -05:00
|
|
|
<activemq.osgi.export>${activemq.osgi.export.pkg}*;version=${activemq.osgi.export.version};-noimport:=true</activemq.osgi.export>
|
2007-09-20 10:16:12 -04:00
|
|
|
<activemq.osgi.export.version>${project.version}</activemq.osgi.export.version>
|
|
|
|
<activemq.osgi.import>${activemq.osgi.import.pkg}</activemq.osgi.import>
|
2010-08-09 22:15:55 -04:00
|
|
|
<activemq.osgi.dynamic.import />
|
2010-05-06 09:09:16 -04:00
|
|
|
<activemq.osgi.symbolic.name>${project.groupId}.${project.artifactId}</activemq.osgi.symbolic.name>
|
2011-08-25 14:05:45 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2007-02-06 14:09:51 -05:00
|
|
|
</properties>
|
2012-09-21 05:35:01 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<prerequisites>
|
2013-09-24 03:06:26 -04:00
|
|
|
<maven>3.0.4</maven>
|
2006-09-25 12:58:58 -04:00
|
|
|
</prerequisites>
|
|
|
|
|
2007-02-09 01:02:22 -05:00
|
|
|
<url>http://activemq.apache.org</url>
|
|
|
|
|
2013-09-24 03:01:10 -04:00
|
|
|
<issueManagement>
|
|
|
|
<system>Jira</system>
|
|
|
|
<url>https://issues.apache.org/jira/browse/AMQ</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<mailingLists>
|
2012-09-21 05:35:01 -04:00
|
|
|
<mailingList>
|
|
|
|
<name>User List</name>
|
|
|
|
<subscribe>users-subscribe@activemq.apache.org</subscribe>
|
|
|
|
<unsubscribe>users-unsubscribe@activemq.apache.org</unsubscribe>
|
|
|
|
<post>users@activemq.apache.org</post>
|
|
|
|
</mailingList>
|
2006-09-25 12:58:58 -04:00
|
|
|
<mailingList>
|
|
|
|
<name>Development List</name>
|
2008-04-08 10:57:40 -04:00
|
|
|
<subscribe>dev-subscribe@activemq.apache.org</subscribe>
|
|
|
|
<unsubscribe>dev-unsubscribe@activemq.apache.org</unsubscribe>
|
|
|
|
<post>dev@activemq.apache.org</post>
|
2006-09-25 12:58:58 -04:00
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
2008-04-08 11:54:02 -04:00
|
|
|
<!-- this needs to match a server in your settings.xml with upload settings -->
|
|
|
|
<id>activemq-website</id>
|
|
|
|
<!-- set the staging.siteURL in your ~/.m2/settings.xml in a release or other profile -->
|
2012-09-25 07:12:45 -04:00
|
|
|
<url>${staging.siteURL}/maven/${project.version}</url>
|
2008-04-08 11:54:02 -04:00
|
|
|
<!--<url>${site-repo-url}</url>-->
|
2006-09-25 12:58:58 -04:00
|
|
|
</site>
|
2010-02-19 07:36:32 -05:00
|
|
|
<snapshotRepository>
|
|
|
|
<id>apache.snapshots.https</id>
|
|
|
|
<name>Apache Development Snapshot Repository</name>
|
|
|
|
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
|
|
|
<uniqueVersion>false</uniqueVersion>
|
|
|
|
</snapshotRepository>
|
2006-09-25 12:58:58 -04:00
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<modules>
|
2014-02-15 16:15:04 -05:00
|
|
|
<module>activemq-openwire-generator</module>
|
2012-11-07 11:00:07 -05:00
|
|
|
<module>activemq-client</module>
|
2012-11-07 12:42:38 -05:00
|
|
|
<module>activemq-openwire-legacy</module>
|
2012-11-07 08:37:50 -05:00
|
|
|
<module>activemq-broker</module>
|
2012-11-07 11:00:07 -05:00
|
|
|
<module>activemq-stomp</module>
|
|
|
|
<module>activemq-mqtt</module>
|
2012-11-13 14:49:39 -05:00
|
|
|
<module>activemq-amqp</module>
|
2012-11-07 11:00:07 -05:00
|
|
|
<module>activemq-kahadb-store</module>
|
|
|
|
<module>activemq-jdbc-store</module>
|
2012-11-07 12:26:31 -05:00
|
|
|
<module>activemq-leveldb-store</module>
|
2013-01-28 18:09:54 -05:00
|
|
|
<module>activemq-unit-tests</module>
|
2012-11-07 11:00:07 -05:00
|
|
|
<module>activemq-all</module>
|
2008-06-16 12:11:38 -04:00
|
|
|
<module>activemq-camel</module>
|
2008-07-08 09:28:07 -04:00
|
|
|
<module>activemq-console</module>
|
2007-04-11 18:05:37 -04:00
|
|
|
<module>activemq-fileserver</module>
|
2006-11-27 14:01:37 -05:00
|
|
|
<module>activemq-jaas</module>
|
2010-01-15 10:53:42 -05:00
|
|
|
<module>activemq-karaf</module>
|
2013-09-30 18:08:40 -04:00
|
|
|
<module>activemq-jms-pool</module>
|
2008-06-17 04:16:50 -04:00
|
|
|
<module>activemq-pool</module>
|
2006-09-25 12:58:58 -04:00
|
|
|
<module>activemq-ra</module>
|
|
|
|
<module>activemq-rar</module>
|
2008-04-09 14:17:02 -04:00
|
|
|
<module>activemq-run</module>
|
2013-12-11 21:42:27 -05:00
|
|
|
<module>activemq-shiro</module>
|
2010-04-20 11:05:29 -04:00
|
|
|
<module>activemq-spring</module>
|
2013-08-14 09:23:36 -04:00
|
|
|
<module>activemq-runtime-config</module>
|
2006-11-27 14:01:37 -05:00
|
|
|
<module>activemq-tooling</module>
|
2006-09-25 12:58:58 -04:00
|
|
|
<module>activemq-web</module>
|
2013-10-02 09:16:37 -04:00
|
|
|
<module>activemq-partition</module>
|
2013-03-29 09:34:34 -04:00
|
|
|
<module>activemq-osgi</module>
|
|
|
|
<module>activemq-blueprint</module>
|
2006-09-25 12:58:58 -04:00
|
|
|
<module>activemq-web-demo</module>
|
|
|
|
<module>activemq-web-console</module>
|
2013-02-27 11:55:33 -05:00
|
|
|
<module>activemq-karaf-itest</module>
|
2012-11-06 23:48:19 -05:00
|
|
|
<module>activemq-itests-spring31</module>
|
2006-09-25 12:58:58 -04:00
|
|
|
<module>assembly</module>
|
2012-11-08 10:51:10 -05:00
|
|
|
<module>activemq-log4j-appender</module>
|
|
|
|
<module>activemq-http</module>
|
2006-09-25 12:58:58 -04:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<scm>
|
2013-09-03 10:50:35 -04:00
|
|
|
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq.git</connection>
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq.git</developerConnection>
|
|
|
|
<url>https://fisheye6.atlassian.com/browse/~br=master/activemq-git</url>
|
2013-10-14 18:38:35 -04:00
|
|
|
<tag>HEAD</tag>
|
2006-09-25 12:58:58 -04:00
|
|
|
</scm>
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<!-- =============================== -->
|
2009-06-20 04:14:41 -04:00
|
|
|
<!-- Internal ActiveMQ Dependencies -->
|
2006-09-25 12:58:58 -04:00
|
|
|
<!-- =============================== -->
|
2012-11-13 14:49:23 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-amqp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-11-07 11:00:07 -05:00
|
|
|
<dependency>
|
2012-11-08 10:51:10 -05:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-http</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-log4j-appender</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2012-11-07 11:00:07 -05:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-amq-store</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-kahadb-store</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-jdbc-store</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-11-07 12:26:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-leveldb-store</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-11-07 11:00:07 -05:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-mqtt</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-stomp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-12-19 12:05:43 -05:00
|
|
|
|
2012-11-07 00:00:17 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-11-07 12:42:38 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-openwire-legacy</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-11-07 08:37:50 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-broker</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2007-07-13 01:45:09 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-all</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2007-07-13 01:45:09 -04:00
|
|
|
</dependency>
|
2008-06-16 12:11:38 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-camel</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2008-06-16 12:11:38 -04:00
|
|
|
</dependency>
|
2013-10-07 13:19:42 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-partition</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2013-01-28 18:09:54 -05:00
|
|
|
<artifactId>activemq-unit-tests</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
<type>test-jar</type>
|
2008-05-12 15:21:30 -04:00
|
|
|
<scope>test</scope>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2012-11-07 12:26:31 -05:00
|
|
|
<artifactId>activemq-broker</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2012-11-07 12:26:31 -05:00
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
2008-04-08 15:52:10 -04:00
|
|
|
</dependency>
|
2013-11-11 16:06:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.paho</groupId>
|
|
|
|
<artifactId>mqtt-client</artifactId>
|
|
|
|
<version>${paho-version}</version>
|
|
|
|
</dependency>
|
2008-06-17 04:16:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
2012-11-07 12:26:31 -05:00
|
|
|
<artifactId>activemq-jaas</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2008-06-17 04:16:50 -04:00
|
|
|
</dependency>
|
2013-09-30 18:08:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-jms-pool</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2010-07-16 12:20:21 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
2012-11-07 12:26:31 -05:00
|
|
|
<artifactId>activemq-pool</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2011-05-20 09:10:48 -04:00
|
|
|
</dependency>
|
2013-12-11 21:42:27 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-shiro</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2012-11-07 12:26:31 -05:00
|
|
|
<artifactId>activemq-spring</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
2013-08-28 15:18:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-runtime-config</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-09-25 10:50:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
2012-11-07 12:26:31 -05:00
|
|
|
<artifactId>activemq-web</artifactId>
|
2012-09-25 10:50:15 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2007-02-05 09:05:29 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-xmpp</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2007-02-05 09:05:29 -05:00
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>activemq-web-demo</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
2007-03-08 09:20:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-web-console</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2007-03-08 09:20:49 -05:00
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
2006-11-13 21:43:04 -05:00
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>activemq-console</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
2007-04-11 18:05:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-fileserver</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2007-04-12 09:36:43 -04:00
|
|
|
<type>war</type>
|
2007-04-11 18:05:37 -04:00
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>activemq-ra</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>activemq-rar</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
<type>rar</type>
|
|
|
|
</dependency>
|
2008-04-09 14:17:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-run</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2008-04-09 14:17:02 -04:00
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>activemq-web</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>activeio-core</artifactId>
|
2011-08-23 08:25:22 -04:00
|
|
|
<version>${activeio-version}</version>
|
2006-11-25 01:00:56 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activeio-core</artifactId>
|
2011-08-23 08:25:22 -04:00
|
|
|
<version>${activeio-version}</version>
|
2006-11-25 01:00:56 -05:00
|
|
|
<type>test-jar</type>
|
2008-05-12 15:21:30 -04:00
|
|
|
<scope>test</scope>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
2007-02-06 14:09:51 -05:00
|
|
|
<dependency>
|
2006-10-10 00:01:42 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-10-05 05:55:36 -04:00
|
|
|
<artifactId>activemq-openwire-generator</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2006-10-05 05:55:36 -04:00
|
|
|
</dependency>
|
2010-01-25 10:59:51 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-karaf</artifactId>
|
2012-09-25 07:12:45 -04:00
|
|
|
<version>${project.version}</version>
|
2010-01-25 10:59:51 -05:00
|
|
|
</dependency>
|
2008-11-21 19:36:43 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq.protobuf</groupId>
|
|
|
|
<artifactId>activemq-protobuf</artifactId>
|
2010-05-23 12:13:23 -04:00
|
|
|
<version>${activemq-protobuf-version}</version>
|
2008-11-21 19:36:43 -05:00
|
|
|
</dependency>
|
2006-10-05 05:55:36 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- Required dependencies -->
|
|
|
|
<!-- =============================== -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<version>${commons-logging-version}</version>
|
2007-03-22 13:38:49 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>avalon-framework</groupId>
|
|
|
|
<artifactId>avalon-framework</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>logkit</groupId>
|
|
|
|
<artifactId>logkit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<version>1.1.1</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<version>1.0.1</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
2010-07-06 05:55:17 -04:00
|
|
|
<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
|
|
|
|
<version>1.0.1</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<artifactId>geronimo-jacc_1.1_spec</artifactId>
|
|
|
|
<version>1.0.1</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<version>2.0.0</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<artifactId>geronimo-jsp_2.1_spec</artifactId>
|
|
|
|
<version>1.0.1</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<artifactId>geronimo-servlet_2.5_spec</artifactId>
|
|
|
|
<version>1.2</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2010-02-09 14:56:21 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
2010-08-06 07:34:06 -04:00
|
|
|
<artifactId>geronimo-annotation_1.0_spec</artifactId>
|
|
|
|
<version>1.1.1</version>
|
2010-02-09 14:56:21 -05:00
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
|
|
|
|
|
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- Optional dependencies -->
|
|
|
|
<!-- =============================== -->
|
2007-07-03 13:37:10 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
|
<artifactId>camel-core</artifactId>
|
|
|
|
<version>${camel-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
|
<artifactId>camel-spring</artifactId>
|
|
|
|
<version>${camel-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
|
<artifactId>camel-jms</artifactId>
|
|
|
|
<version>${camel-version}</version>
|
|
|
|
</dependency>
|
2011-07-27 05:51:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
|
<artifactId>camel-test</artifactId>
|
|
|
|
<version>${camel-version}</version>
|
|
|
|
</dependency>
|
2012-08-09 06:23:43 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
|
<artifactId>camel-test-spring</artifactId>
|
|
|
|
<version>${camel-version}</version>
|
|
|
|
</dependency>
|
2009-06-20 04:14:41 -04:00
|
|
|
|
2009-09-17 22:49:21 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.core</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${org.osgi.core-version}</version>
|
2009-09-17 22:49:21 -04:00
|
|
|
</dependency>
|
|
|
|
|
2008-11-21 19:36:43 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop.zookeeper</groupId>
|
|
|
|
<artifactId>zookeeper</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${zookeeper-version}</version>
|
2008-11-21 19:36:43 -05:00
|
|
|
</dependency>
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2012-09-18 04:44:42 -04:00
|
|
|
<!-- zeroconf transport -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.jmdns</groupId>
|
|
|
|
<artifactId>jmdns</artifactId>
|
|
|
|
<version>${jmdns-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2011-08-25 14:05:45 -04:00
|
|
|
<!-- For jsvc support -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-daemon</groupId>
|
|
|
|
<artifactId>commons-daemon</artifactId>
|
|
|
|
<version>${commons-daemon-version}</version>
|
|
|
|
</dependency>
|
2007-08-10 11:39:05 -04:00
|
|
|
|
2007-08-07 14:38:42 -04:00
|
|
|
<!-- camel testing -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
|
<artifactId>camel-core</artifactId>
|
|
|
|
<version>${camel-version}</version>
|
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
|
<artifactId>camel-spring</artifactId>
|
|
|
|
<version>${camel-version}</version>
|
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
2007-07-03 13:37:10 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<!-- for custom XML parsing -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.xbean</groupId>
|
|
|
|
<artifactId>xbean-spring</artifactId>
|
|
|
|
<version>${xbean-version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>qdox</groupId>
|
|
|
|
<artifactId>qdox</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Used to configure the activemq logs -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<version>${log4j-version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- used to support optional transport configuration via URI query strings -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
<version>${commons-beanutils-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>${commons-collections-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2006-11-20 13:13:50 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.openjpa</groupId>
|
|
|
|
<artifactId>openjpa-persistence-jdbc</artifactId>
|
|
|
|
<version>${openjpa-version}</version>
|
2007-02-09 01:02:22 -05:00
|
|
|
</dependency>
|
2014-04-30 10:08:28 -04:00
|
|
|
|
2013-12-11 21:42:27 -05:00
|
|
|
<!-- Optional Shiro Support -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-core</artifactId>
|
|
|
|
<version>${shiro-version}</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-spring</artifactId>
|
|
|
|
<version>${shiro-version}</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2006-11-20 13:13:50 -05:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<!-- Optional Spring Support -->
|
2008-04-29 16:55:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2008-07-15 10:37:36 -04:00
|
|
|
<artifactId>spring-aop</artifactId>
|
2008-04-29 16:55:10 -04:00
|
|
|
<version>${spring-version}</version>
|
2009-06-20 04:14:41 -04:00
|
|
|
</dependency>
|
2008-04-29 16:55:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
|
|
|
</dependency>
|
2008-05-01 14:14:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2008-07-15 10:37:36 -04:00
|
|
|
<artifactId>spring-core</artifactId>
|
2008-05-01 14:14:36 -04:00
|
|
|
<version>${spring-version}</version>
|
2008-07-15 10:37:36 -04:00
|
|
|
</dependency>
|
2008-05-01 14:14:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jms</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
2009-06-20 04:14:41 -04:00
|
|
|
</dependency>
|
2008-07-15 10:37:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
2009-06-20 04:14:41 -04:00
|
|
|
</dependency>
|
2008-04-29 16:55:10 -04:00
|
|
|
<!--
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring</artifactId>
|
2007-08-02 09:03:33 -04:00
|
|
|
<version>${spring-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.resource</groupId>
|
|
|
|
<artifactId>connector</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.transaction</groupId>
|
|
|
|
<artifactId>jta</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-support</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-orm</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-hibernate</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-remoting</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2008-04-29 16:55:10 -04:00
|
|
|
-->
|
2008-03-12 10:00:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
|
|
|
</dependency>
|
2008-02-27 02:56:33 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
|
|
|
</dependency>
|
2009-09-14 07:34:34 -04:00
|
|
|
<dependency>
|
2012-09-17 08:38:51 -04:00
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-oxm</artifactId>
|
|
|
|
<version>${spring-version}</version>
|
2009-09-14 07:34:34 -04:00
|
|
|
</dependency>
|
2010-01-20 07:54:07 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.osgi</groupId>
|
|
|
|
<artifactId>spring-osgi-core</artifactId>
|
|
|
|
<version>${spring-osgi-version}</version>
|
|
|
|
</dependency>
|
2008-02-27 02:56:33 -05:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<!-- Optional Derby support-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<version>${org-apache-derby-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbynet</artifactId>
|
|
|
|
<version>${org-apache-derby-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Optional Axion support -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>axion</groupId>
|
|
|
|
<artifactId>axion</artifactId>
|
|
|
|
<version>${axion-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-primitives</groupId>
|
|
|
|
<artifactId>commons-primitives</artifactId>
|
|
|
|
<version>${commons-primitives-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>regexp</groupId>
|
|
|
|
<artifactId>regexp</artifactId>
|
|
|
|
<version>${regexp-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Optional HSQL DB Support -->
|
|
|
|
<!--
|
2006-07-06 04:20:22 -04:00
|
|
|
<dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<version>${hsqldb-version}</version>
|
2006-07-06 04:20:22 -04:00
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-dbcp</groupId>
|
|
|
|
<artifactId>commons-dbcp</artifactId>
|
|
|
|
<version>${commons-dbcp-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-pool</groupId>
|
|
|
|
<artifactId>commons-pool</artifactId>
|
|
|
|
<version>${commons-pool-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Optional Journal Implementation -->
|
|
|
|
<!--
|
2006-07-06 04:20:22 -04:00
|
|
|
<dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
<groupId>howl</groupId>
|
|
|
|
<artifactId>howl-logger</artifactId>
|
|
|
|
<version>${howl-version}</version>
|
2006-07-06 04:20:22 -04:00
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
-->
|
|
|
|
|
|
|
|
<!-- Optional Jabber support -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>smack</artifactId>
|
|
|
|
<version>1.5.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>smackx</artifactId>
|
|
|
|
<version>1.5.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- XML processing dependencies -->
|
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- For XMLBeans -->
|
|
|
|
<dependency>
|
2012-09-12 02:30:31 -04:00
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
<artifactId>xmlbeans</artifactId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<version>${xmlbeans-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-09-12 02:30:31 -04:00
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
<artifactId>xmlbeans-xpath</artifactId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<version>${xmlbeans-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- To use XPath using JAXP 1.3 (std in Java 5) -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>activesoap</groupId>
|
|
|
|
<artifactId>jaxp-api</artifactId>
|
2010-05-06 09:09:16 -04:00
|
|
|
<version>${activesoap-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>xalan</groupId>
|
|
|
|
<artifactId>xalan</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${xalan-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2008-01-16 14:29:10 -05:00
|
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>xstream</artifactId>
|
|
|
|
<version>${xstream-version}</version>
|
2008-11-24 14:13:17 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2011-05-20 09:10:48 -04:00
|
|
|
<!-- xom is an optional dependency of xstream. Its also
|
2008-11-24 14:13:17 -05:00
|
|
|
LGPL, so its really not ASF compatible. -->
|
|
|
|
<groupId>xom</groupId>
|
|
|
|
<artifactId>xom</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2010-10-19 08:18:20 -04:00
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<artifactId>xpp3</artifactId>
|
|
|
|
<version>${xpp3-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
2007-03-09 10:52:13 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
2010-02-09 13:07:38 -05:00
|
|
|
<artifactId>jsp-2.1-glassfish</artifactId>
|
|
|
|
<version>${jsp-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
2007-03-09 10:52:13 -05:00
|
|
|
<dependency>
|
2010-02-09 13:07:38 -05:00
|
|
|
<groupId>org.eclipse.jetty.aggregate</groupId>
|
|
|
|
<artifactId>jetty-all-server</artifactId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<version>${jetty-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2011-10-05 09:49:50 -04:00
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>${httpclient-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
2012-10-02 05:08:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
<version>${httpcore-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>aopalliance</groupId>
|
|
|
|
<artifactId>aopalliance</artifactId>
|
|
|
|
<version>${aopalliance-version}</version>
|
|
|
|
</dependency>
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2010-09-02 09:47:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jasypt</groupId>
|
|
|
|
<artifactId>jasypt</artifactId>
|
|
|
|
<version>${jasypt-version}</version>
|
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
|
2008-03-26 12:07:36 -04:00
|
|
|
<!-- testing dependencies -->
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>${junit-version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2009-07-28 12:44:47 -04:00
|
|
|
<groupId>org.jmock</groupId>
|
|
|
|
<artifactId>jmock-junit4</artifactId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<version>${jmock-version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2009-07-28 12:44:47 -04:00
|
|
|
<groupId>org.jmock</groupId>
|
|
|
|
<artifactId>jmock-legacy</artifactId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<version>${jmock-version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2008-03-26 12:07:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-all</artifactId>
|
2012-12-19 12:05:43 -05:00
|
|
|
<version>${hamcrest-version}</version>
|
2008-03-26 12:07:36 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-09-14 07:34:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jettison</groupId>
|
|
|
|
<artifactId>jettison</artifactId>
|
|
|
|
<version>${jettison-version}</version>
|
2011-05-20 09:10:48 -04:00
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>annogen</groupId>
|
|
|
|
<artifactId>annogen</artifactId>
|
|
|
|
<version>${annogen-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2009-11-17 01:43:17 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>${commons-io-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<dependency>
|
2009-09-15 03:14:21 -04:00
|
|
|
<groupId>org.apache.ant</groupId>
|
2006-09-25 12:58:58 -04:00
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>${ant-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- ACTIVEMQ-WEB Specific Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>rome</groupId>
|
|
|
|
<artifactId>rome</artifactId>
|
|
|
|
<version>${rome-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jdom</groupId>
|
|
|
|
<artifactId>jdom</artifactId>
|
|
|
|
<version>${jdom-version}</version>
|
|
|
|
</dependency>
|
2012-03-25 02:30:59 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.mqtt-client</groupId>
|
|
|
|
<artifactId>mqtt-client</artifactId>
|
|
|
|
<version>${mqtt-client-version}</version>
|
|
|
|
</dependency>
|
2006-09-25 12:58:58 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>p2psockets</groupId>
|
|
|
|
<artifactId>p2psockets-core</artifactId>
|
|
|
|
<version>${p2psockets-version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jxta</groupId>
|
|
|
|
<artifactId>jxta</artifactId>
|
|
|
|
<version>${jxta-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2007-05-24 10:14:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4j-version}</version>
|
|
|
|
</dependency>
|
2007-03-08 09:20:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
2011-02-10 09:24:01 -05:00
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
2007-05-24 10:14:49 -04:00
|
|
|
<version>${slf4j-version}</version>
|
2007-03-08 09:20:49 -05:00
|
|
|
</dependency>
|
2008-04-09 09:29:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
2011-02-10 09:24:01 -05:00
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
2008-04-09 09:29:07 -04:00
|
|
|
<version>${slf4j-version}</version>
|
|
|
|
</dependency>
|
2007-03-08 09:20:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>jstl</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${jstl-version}</version>
|
2007-03-08 09:20:49 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>taglibs</groupId>
|
|
|
|
<artifactId>standard</artifactId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
</dependency>
|
2007-08-07 14:38:42 -04:00
|
|
|
|
2008-06-17 04:16:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.components</groupId>
|
|
|
|
<artifactId>geronimo-transaction</artifactId>
|
2011-05-06 09:27:49 -04:00
|
|
|
<version>2.2.1</version>
|
2008-06-17 04:16:50 -04:00
|
|
|
</dependency>
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2009-09-23 15:11:24 -04:00
|
|
|
<!-- FTP support for BlobMessages -->
|
2011-03-08 20:42:36 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
<version>${commons-net-version}</version>
|
|
|
|
</dependency>
|
2009-09-23 15:11:24 -04:00
|
|
|
|
|
|
|
<dependency>
|
2010-01-19 12:20:59 -05:00
|
|
|
<groupId>org.apache.velocity</groupId>
|
2009-09-23 15:11:24 -04:00
|
|
|
<artifactId>velocity</artifactId>
|
2010-01-19 12:20:59 -05:00
|
|
|
<version>${velocity-version}</version>
|
2009-09-23 15:11:24 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-09-12 02:30:31 -04:00
|
|
|
<groupId>org.apache.servicemix.bundles</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.bundles.josql</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${josql-version}</version>
|
2009-09-23 15:11:24 -04:00
|
|
|
</dependency>
|
2008-06-17 04:16:50 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2008-04-08 11:54:02 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2008-11-21 19:36:43 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.activemq.protobuf</groupId>
|
|
|
|
<artifactId>activemq-protobuf</artifactId>
|
2010-05-23 12:13:23 -04:00
|
|
|
<version>${activemq-protobuf-version}</version>
|
2008-11-21 19:36:43 -05:00
|
|
|
</plugin>
|
2006-09-25 12:58:58 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${maven-antrun-plugin-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${maven-assembly-plugin-version}</version>
|
2008-04-08 11:54:02 -04:00
|
|
|
<configuration>
|
2009-06-20 04:14:41 -04:00
|
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
2008-04-08 11:54:02 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-11-13 10:40:21 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
2011-09-13 13:07:25 -04:00
|
|
|
<version>${maven-jar-plugin-version}</version>
|
2009-06-20 04:14:41 -04:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<compress>true</compress>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2008-04-08 11:54:02 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${maven-release-plugin-version}</version>
|
2009-06-20 04:14:41 -04:00
|
|
|
<configuration>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
<allowTimestampedSnapshots>false</allowTimestampedSnapshots>
|
|
|
|
<preparationGoals>clean install</preparationGoals>
|
|
|
|
<goals>deploy</goals>
|
|
|
|
</configuration>
|
2008-04-08 10:57:40 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2010-05-11 07:13:53 -04:00
|
|
|
<version>${maven-surefire-plugin-version}</version>
|
2009-06-20 04:14:41 -04:00
|
|
|
<configuration>
|
|
|
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
2014-02-13 11:46:12 -05:00
|
|
|
<forkCount>1</forkCount>
|
|
|
|
<reuseForks>true</reuseForks>
|
2009-06-20 04:14:41 -04:00
|
|
|
<argLine>-enableassertions</argLine>
|
|
|
|
<failIfNoTests>false</failIfNoTests>
|
2014-02-13 11:46:12 -05:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<java.awt.headless>true</java.awt.headless>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
<argLine>-Xmx512m</argLine>
|
2009-06-20 04:14:41 -04:00
|
|
|
</configuration>
|
2008-04-08 10:57:40 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
2010-03-05 14:45:10 -05:00
|
|
|
<version>${maven-bundle-plugin-version}</version>
|
2008-04-08 10:57:40 -04:00
|
|
|
</plugin>
|
2008-04-08 11:54:02 -04:00
|
|
|
<plugin>
|
2009-06-20 04:14:41 -04:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>ianal-maven-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${ianal-maven-plugin-version}</version>
|
2008-04-08 11:54:02 -04:00
|
|
|
</plugin>
|
2008-04-08 10:57:40 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>javacc-maven-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${javacc-maven-plugin-version}</version>
|
2008-04-08 10:57:40 -04:00
|
|
|
</plugin>
|
2008-04-08 11:54:02 -04:00
|
|
|
<plugin>
|
2010-09-17 20:35:58 -04:00
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${apache-rat-plugin-version}</version>
|
2008-04-08 11:54:02 -04:00
|
|
|
</plugin>
|
2008-04-08 10:57:40 -04:00
|
|
|
<plugin>
|
2010-02-09 13:07:38 -05:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2008-04-08 10:57:40 -04:00
|
|
|
<artifactId>maven-jetty-plugin</artifactId>
|
|
|
|
<version>${jetty-version}</version>
|
2008-02-18 09:52:56 -05:00
|
|
|
</plugin>
|
2008-12-10 02:13:15 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${build-helper-maven-plugin-version}</version>
|
2008-12-10 02:13:15 -05:00
|
|
|
</plugin>
|
2008-12-17 06:56:33 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${cobertura-maven-plugin-version}</version>
|
2008-12-17 06:56:33 -05:00
|
|
|
<configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2010-09-02 09:56:07 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${maven-eclipse-plugin-version}</version>
|
2010-09-02 09:56:07 -04:00
|
|
|
<configuration>
|
|
|
|
<downloadSources>true</downloadSources>
|
|
|
|
<downloadJavadocs>false</downloadJavadocs>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-08-01 05:53:47 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${maven-war-plugin-version}</version>
|
2011-08-20 17:36:34 -04:00
|
|
|
</plugin>
|
2012-07-10 11:49:00 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>${maven-compiler-plugin-version}</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-archiver</artifactId>
|
|
|
|
<version>${maven-archiver-version}</version>
|
|
|
|
</plugin>
|
2012-07-10 16:11:20 -04:00
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only.
|
|
|
|
It has no influence on the Maven build itself.-->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<versionRange>
|
|
|
|
[2.3.5,)
|
|
|
|
</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>cleanVersions</goal>
|
|
|
|
<goal>manifest</goal>
|
|
|
|
<goal>mapping</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
2012-10-01 06:38:35 -04:00
|
|
|
<ignore />
|
2012-07-10 16:11:20 -04:00
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.activemq.protobuf</groupId>
|
|
|
|
<artifactId>activemq-protobuf</artifactId>
|
|
|
|
<versionRange>[0.0.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
2012-10-01 06:38:35 -04:00
|
|
|
<ignore />
|
2012-07-10 16:11:20 -04:00
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
|
|
|
<artifactId>maven-jaxb2-plugin</artifactId>
|
|
|
|
<versionRange>[0.0.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>generate</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
2012-10-01 06:38:35 -04:00
|
|
|
<execute />
|
2012-07-10 16:11:20 -04:00
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.xbean</groupId>
|
|
|
|
<artifactId>maven-xbean-plugin</artifactId>
|
|
|
|
<versionRange>[0.0.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>mapping</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
2012-10-01 06:38:35 -04:00
|
|
|
<execute />
|
2012-07-10 16:11:20 -04:00
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-09-25 12:58:58 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
2011-10-25 12:57:39 -04:00
|
|
|
<source>${source-version}</source>
|
|
|
|
<target>${target-version}</target>
|
2009-06-20 04:14:41 -04:00
|
|
|
<optimize>true</optimize>
|
|
|
|
<debug>true</debug>
|
|
|
|
<showDeprecation>true</showDeprecation>
|
|
|
|
<showWarnings>true</showWarnings>
|
2006-09-25 12:58:58 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-06-20 04:14:41 -04:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2009-06-20 04:14:41 -04:00
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
2012-09-21 05:35:01 -04:00
|
|
|
<version>[3.0.2,)</version>
|
2009-06-20 04:14:41 -04:00
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2006-09-25 12:58:58 -04:00
|
|
|
</plugin>
|
2008-04-08 11:54:02 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
2009-06-20 04:14:41 -04:00
|
|
|
<artifactId>ianal-maven-plugin</artifactId>
|
2008-04-08 11:54:02 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>verify-legal-files</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<strict>true</strict>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2009-06-20 04:14:41 -04:00
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<extensions>true</extensions>
|
2010-09-17 21:34:26 -04:00
|
|
|
<inherited>true</inherited>
|
2009-06-20 04:14:41 -04:00
|
|
|
<configuration>
|
|
|
|
<instructions>
|
2010-05-06 09:09:16 -04:00
|
|
|
<Bundle-Name>${project.artifactId}</Bundle-Name>
|
2009-06-20 04:14:41 -04:00
|
|
|
<Bundle-SymbolicName>${activemq.osgi.symbolic.name}</Bundle-SymbolicName>
|
|
|
|
<Export-Package>${activemq.osgi.export}</Export-Package>
|
|
|
|
<Import-Package>${activemq.osgi.import}</Import-Package>
|
2010-01-13 10:54:07 -05:00
|
|
|
<DynamicImport-Package>${activemq.osgi.dynamic.import}</DynamicImport-Package>
|
2009-06-20 04:14:41 -04:00
|
|
|
<Private-Package>${activemq.osgi.private.pkg}</Private-Package>
|
|
|
|
<Implementation-Title>Apache ActiveMQ</Implementation-Title>
|
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
2010-03-05 14:45:10 -05:00
|
|
|
<_versionpolicy-impl>[$(version;==;$(@)),$(version;=+;$(@)))</_versionpolicy-impl>
|
|
|
|
<_versionpolicy-uses>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy-uses>
|
|
|
|
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
|
2009-09-30 05:10:03 -04:00
|
|
|
<_failok>${servicemix.osgi.failok}</_failok>
|
2009-06-20 04:14:41 -04:00
|
|
|
</instructions>
|
|
|
|
</configuration>
|
2010-09-17 21:34:26 -04:00
|
|
|
<executions>
|
2010-06-02 15:10:57 -04:00
|
|
|
<execution>
|
|
|
|
<id>cleanVersions</id>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>cleanVersions</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<versions>
|
|
|
|
<activemq.osgi.version>${project.version}</activemq.osgi.version>
|
|
|
|
</versions>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2008-04-08 11:54:02 -04:00
|
|
|
</plugin>
|
2010-09-17 21:34:26 -04:00
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludeSubProjects>false</excludeSubProjects>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*.bin</exclude>
|
|
|
|
<exclude>**/*.log</exclude>
|
2012-04-19 11:15:19 -04:00
|
|
|
<exclude>**/*.txt</exclude>
|
2013-10-10 09:36:04 -04:00
|
|
|
<exclude>**/*.md</exclude>
|
2010-09-17 21:34:26 -04:00
|
|
|
<exclude>**/kahadb/**/*.data</exclude>
|
|
|
|
<!-- activemq-xmpp schemas -->
|
|
|
|
<exclude>**/resources/*.xsd</exclude>
|
2013-10-10 10:41:38 -04:00
|
|
|
<exclude>**/src/test/resources/keystore</exclude>
|
2010-09-17 21:34:26 -04:00
|
|
|
<!-- web, web-console, web-demo files -->
|
2013-10-10 09:36:04 -04:00
|
|
|
<exclude>**/webapp/mqtt/mqttws31.js</exclude>
|
2010-09-17 21:34:26 -04:00
|
|
|
<exclude>**/webapp/js/dojo.js</exclude>
|
|
|
|
<exclude>**/webapp/js/jquery-*.js</exclude>
|
|
|
|
<exclude>**/webapp/js/prototype.js</exclude>
|
|
|
|
<exclude>**/web/behaviour.js</exclude>
|
|
|
|
<exclude>**/webapp/js/common.js</exclude>
|
|
|
|
<exclude>**/webapp/js/css.js</exclude>
|
|
|
|
<exclude>**/webapp/js/standardista-table-sorting.js</exclude>
|
2012-04-19 11:15:19 -04:00
|
|
|
<exclude>**/*.data</exclude>
|
2010-09-17 21:34:26 -04:00
|
|
|
<exclude>**/webapp/test/assets/*</exclude>
|
2012-09-21 03:36:48 -04:00
|
|
|
<exclude>**/*.lck</exclude>
|
2012-09-21 03:42:59 -04:00
|
|
|
<exclude>**/*.patch</exclude>
|
|
|
|
<exclude>**/*.diff</exclude>
|
2010-09-17 21:34:26 -04:00
|
|
|
<!-- plotkit -->
|
|
|
|
<exclude>**/webapp/js/plotkit/**/*</exclude>
|
|
|
|
<!-- Eclipse files -->
|
|
|
|
<exclude>**/.*</exclude>
|
|
|
|
<exclude>**/eclipse-classes/**/*</exclude>
|
2010-09-17 21:42:32 -04:00
|
|
|
<exclude>**/target/**/*</exclude>
|
2010-11-11 04:26:35 -05:00
|
|
|
<exclude>**/*.iml</exclude>
|
2012-09-21 03:36:48 -04:00
|
|
|
<exclude>**/*.ipr</exclude>
|
|
|
|
<exclude>**/*.iws</exclude>
|
|
|
|
<exclude>**/.idea/**/*</exclude>
|
2010-11-11 04:26:35 -05:00
|
|
|
<exclude>.git/**/*</exclude>
|
2010-09-17 21:34:26 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-09-25 12:58:58 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2007-08-07 14:38:42 -04:00
|
|
|
<!--
|
2010-09-17 21:34:26 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
</plugin>
|
2006-09-25 12:58:58 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
2010-05-11 07:13:53 -04:00
|
|
|
<version>${maven-surefire-plugin-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</plugin>
|
2010-09-17 21:34:26 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2007-08-07 14:38:42 -04:00
|
|
|
-->
|
2006-09-25 12:58:58 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${taglist-maven-plugin-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${maven-javadoc-plugin-version}</version>
|
2006-09-25 12:58:58 -04:00
|
|
|
<configuration>
|
|
|
|
<links>
|
2011-10-25 12:57:39 -04:00
|
|
|
<link>${javase-javadoc-url}</link>
|
|
|
|
<link>${javaee-javadoc-url}</link>
|
2006-09-25 12:58:58 -04:00
|
|
|
<link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
|
2011-10-07 09:23:17 -04:00
|
|
|
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</link>
|
2011-10-25 12:57:39 -04:00
|
|
|
<link>${slf4j-javadoc-url}</link>
|
2006-09-25 12:58:58 -04:00
|
|
|
<link>http://jakarta.apache.org/commons/pool/apidocs/</link>
|
2007-03-01 05:18:38 -05:00
|
|
|
<link>http://junit.sourceforge.net/javadoc/</link>
|
2006-09-25 12:58:58 -04:00
|
|
|
<link>http://logging.apache.org/log4j/docs/api/</link>
|
|
|
|
</links>
|
2007-03-01 04:43:35 -05:00
|
|
|
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
|
|
|
|
<linksource>true</linksource>
|
|
|
|
<maxmemory>900m</maxmemory>
|
2012-09-21 05:35:01 -04:00
|
|
|
<source>1.6</source>
|
2009-10-13 10:40:27 -04:00
|
|
|
<additionalJOption>-J-Xmx256m</additionalJOption>
|
2006-09-25 12:58:58 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2010-03-23 11:27:26 -04:00
|
|
|
<!--<plugin>
|
2008-12-17 06:56:33 -05:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<configuration>
|
|
|
|
<formats>
|
|
|
|
<format>html</format>
|
|
|
|
<format>xml</format>
|
|
|
|
</formats>
|
|
|
|
</configuration>
|
2010-03-23 11:27:26 -04:00
|
|
|
</plugin>-->
|
2008-12-17 06:56:33 -05:00
|
|
|
|
2006-09-25 12:58:58 -04:00
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2011-05-20 09:10:48 -04:00
|
|
|
|
2009-09-17 09:48:58 -04:00
|
|
|
<profiles>
|
2013-07-01 11:19:59 -04:00
|
|
|
|
2013-05-20 12:02:45 -04:00
|
|
|
<!-- If you enable this profile, the console message will have a timestamp -->
|
|
|
|
<profile>
|
|
|
|
<id>consolets</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.fusesource.mvnplugins</groupId>
|
|
|
|
<artifactId>maven-consolets-plugin</artifactId>
|
|
|
|
<version>1.30</version>
|
|
|
|
<configuration>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>install</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2013-05-20 12:08:41 -04:00
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>com.fusesource.m2</id>
|
|
|
|
<url>http://repo.fusesource.com/nexus/content/groups/public/</url>
|
|
|
|
<releases><enabled>true</enabled></releases>
|
|
|
|
<snapshots><enabled>false</enabled></snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2013-05-20 12:02:45 -04:00
|
|
|
</profile>
|
2013-07-01 11:19:59 -04:00
|
|
|
|
2012-10-03 17:46:46 -04:00
|
|
|
<profile>
|
|
|
|
<id>unstable</id>
|
|
|
|
<modules>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
2009-09-17 09:48:58 -04:00
|
|
|
<profile>
|
|
|
|
<id>apache-release</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>apache-release</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2010-05-11 07:13:53 -04:00
|
|
|
<version>${maven-surefire-plugin-version}</version>
|
2009-09-17 09:48:58 -04:00
|
|
|
<configuration>
|
|
|
|
<test>false</test>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2011-05-20 09:10:48 -04:00
|
|
|
<profile>
|
|
|
|
<id>deploy</id>
|
|
|
|
<build>
|
|
|
|
<defaultGoal>deploy</defaultGoal>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2011-08-25 14:05:45 -04:00
|
|
|
<version>${maven-source-plugin-version}</version>
|
2011-05-20 09:10:48 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2013-02-08 10:30:53 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2013-08-16 16:52:13 -04:00
|
|
|
<version>${maven-project-info-reports-plugin-version}</version>
|
2013-02-08 10:30:53 -05:00
|
|
|
<configuration>
|
|
|
|
<dependencyLocationsEnabled>
|
|
|
|
false
|
|
|
|
</dependencyLocationsEnabled>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-05-20 09:10:48 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2010-02-19 08:48:11 -05:00
|
|
|
</profile>
|
2013-01-02 11:56:56 -05:00
|
|
|
<!--
|
2013-01-14 12:16:45 -05:00
|
|
|
To generate a graph of the project dependencies, run:
|
2013-01-02 11:56:56 -05:00
|
|
|
mvn -P graph graph:reactor -Dhide-scope=test -Dhide-transitive=true -Dhide-external=true -Dgraph.label= -Dhide-version=true -Dhide-group-id=true -Dhide-type=true
|
|
|
|
-->
|
|
|
|
<profile>
|
|
|
|
<id>graph</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.fusesource.mvnplugins</groupId>
|
|
|
|
<artifactId>maven-graph-plugin</artifactId>
|
2013-08-16 16:52:13 -04:00
|
|
|
<version>${maven-graph-plugin-version}</version>
|
2013-01-02 11:56:56 -05:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2009-09-17 09:48:58 -04:00
|
|
|
</profiles>
|
2013-01-14 12:16:45 -05:00
|
|
|
|
2013-01-08 11:46:04 -05:00
|
|
|
<repositories>
|
2013-11-11 16:06:59 -05:00
|
|
|
<!-- for the paho dependency -->
|
|
|
|
<repository>
|
|
|
|
<id>eclipse.m2</id>
|
|
|
|
<url>https://repo.eclipse.org/content/groups/releases/</url>
|
|
|
|
<releases><enabled>true</enabled></releases>
|
|
|
|
<snapshots><enabled>false</enabled></snapshots>
|
|
|
|
</repository>
|
2014-02-06 09:01:49 -05:00
|
|
|
|
|
|
|
<!-- for the patched proton build: http://is.gd/WjuHvH -->
|
|
|
|
<repository>
|
|
|
|
<id>jboss.org-fs-releases</id>
|
|
|
|
<url>https://repository.jboss.org/nexus/content/repositories/fs-releases/</url>
|
|
|
|
<releases><enabled>true</enabled></releases>
|
|
|
|
<snapshots><enabled>false</enabled></snapshots>
|
|
|
|
</repository>
|
2014-02-18 10:46:56 -05:00
|
|
|
|
2013-01-08 11:46:04 -05:00
|
|
|
</repositories>
|
2006-09-25 12:58:58 -04:00
|
|
|
|
2006-06-30 17:07:54 -04:00
|
|
|
</project>
|