Updated Branches: refs/heads/trunk 51cf06be5 -> 3345e6ca2
adding proton-j-impl dependency Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3345e6ca Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3345e6ca Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3345e6ca Branch: refs/heads/trunk Commit: 3345e6ca25a3143a2ce4e897d860321d5478ab11 Parents: 51cf06b Author: Dejan Bosanac <[email protected]> Authored: Thu Oct 10 17:50:44 2013 +0200 Committer: Dejan Bosanac <[email protected]> Committed: Thu Oct 10 17:51:18 2013 +0200 ---------------------------------------------------------------------- assembly/pom.xml | 5 +++++ assembly/src/main/descriptors/common-bin.xml | 1 + 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/3345e6ca/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index b8ca8be..a8b9d96 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -431,6 +431,11 @@ <artifactId>pax-url-aether</artifactId> <version>${pax-url-version}</version> </dependency> + <dependency> + <groupId>org.apache.qpid</groupId> + <artifactId>proton-j-impl</artifactId> + <version>${qpid-proton-version}</version> + </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/activemq/blob/3345e6ca/assembly/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml index 569db14..9de62dd 100644 --- a/assembly/src/main/descriptors/common-bin.xml +++ b/assembly/src/main/descriptors/common-bin.xml @@ -221,6 +221,7 @@ <include>org.apache.qpid:proton</include> <include>org.apache.qpid:proton-api</include> <include>org.apache.qpid:proton-jms</include> + <include>org.apache.qpid:proton-j-impl</include> <include>${pom.groupId}:activemq-runtime-config</include> <include>org.jvnet.jaxb2_commons:jaxb2-basics-runtime</include>
