Repository: camel Updated Branches: refs/heads/camel-2.16.x 2d6fcb484 -> e21ccdb2e
[CAMEL-9203] camel-amqp should provide qpid dependencies (cherry picked from commit 0155324) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e21ccdb2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e21ccdb2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e21ccdb2 Branch: refs/heads/camel-2.16.x Commit: e21ccdb2e71d57ef4c344f7554dd91a5ef88f0ae Parents: 2d6fcb4 Author: Henryk Konsek <hekon...@gmail.com> Authored: Fri Oct 9 09:23:22 2015 +0200 Committer: Henryk Konsek <hekon...@gmail.com> Committed: Fri Oct 9 10:15:35 2015 +0200 ---------------------------------------------------------------------- components/camel-amqp/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e21ccdb2/components/camel-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml index b7b46c8..5050ce0 100644 --- a/components/camel-amqp/pom.xml +++ b/components/camel-amqp/pom.xml @@ -48,13 +48,11 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-amqp-1-0-client-jms</artifactId> <version>${qpid-version}</version> - <optional>true</optional> </dependency> <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-client</artifactId> <version>${qpid-version}</version> - <optional>true</optional> </dependency> <!-- testing -->