Repository: camel Updated Branches: refs/heads/master 899e34191 -> 015532438
[CAMEL-9203] camel-amqp should provide qpid dependencies Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/01553243 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/01553243 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/01553243 Branch: refs/heads/master Commit: 015532438780c84fa46cb8e9bc9b353662177712 Parents: 899e341 Author: Henryk Konsek <[email protected]> Authored: Fri Oct 9 09:23:22 2015 +0200 Committer: Henryk Konsek <[email protected]> Committed: Fri Oct 9 09:23:22 2015 +0200 ---------------------------------------------------------------------- components/camel-amqp/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/01553243/components/camel-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml index cbb063f..b3aeed5 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 -->
