From d1fd4e070f2ce3009b9440f21cafd5767f51e24d Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Tue, 24 Sep 2013 13:44:57 +0100 Subject: [PATCH] added amqp transport to proton examples --- examples/jms/proton-j/pom.xml | 5 +++++ examples/jms/proton-ruby/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/examples/jms/proton-j/pom.xml b/examples/jms/proton-j/pom.xml index 2b7b7f1f3c0..d76543d50fe 100644 --- a/examples/jms/proton-j/pom.xml +++ b/examples/jms/proton-j/pom.xml @@ -90,6 +90,11 @@ hornetq-jms-server ${project.version} + + org.hornetq + hornetq-amqp-protocol + ${project.version} + io.netty netty diff --git a/examples/jms/proton-ruby/pom.xml b/examples/jms/proton-ruby/pom.xml index 6855ea27b64..5637d6d074d 100644 --- a/examples/jms/proton-ruby/pom.xml +++ b/examples/jms/proton-ruby/pom.xml @@ -68,6 +68,11 @@ hornetq-jms-server ${project.version} + + org.hornetq + hornetq-amqp-protocol + ${project.version} + io.netty netty