Updated Branches: refs/heads/trunk 57f5d49ae -> 7656e8262
https://issues.apache.org/jira/browse/AMQ-4946 - put -pool and -jms-pool in -all jar Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/7656e826 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/7656e826 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/7656e826 Branch: refs/heads/trunk Commit: 7656e8262c0c0871190c01753e8b0bb8a600d8f4 Parents: 57f5d49 Author: gtully <[email protected]> Authored: Thu Dec 19 18:50:57 2013 +0000 Committer: gtully <[email protected]> Committed: Thu Dec 19 18:50:57 2013 +0000 ---------------------------------------------------------------------- activemq-all/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/7656e826/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index a9ea4fe..3007874 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -107,6 +107,8 @@ <include>${project.groupId}:activemq-broker</include> <include>${project.groupId}:activemq-console</include> <include>${project.groupId}:activemq-spring</include> + <include>${project.groupId}:activemq-pool</include> + <include>${project.groupId}:activemq-jms-pool</include> <include>${project.groupId}:activemq-amqp</include> <include>${project.groupId}:activemq-http</include> @@ -236,6 +238,20 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>activemq-pool</artifactId> + <version>${project.version}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>activemq-jms-pool</artifactId> + <version>${project.version}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>activemq-amqp</artifactId> <version>${project.version}</version> <classifier>sources</classifier>
