From 569ce9d8a313cd1282f1c9b3cf4c8234768b4e49 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Fri, 14 Dec 2018 14:20:38 +0000 Subject: [PATCH] Add Interceptor Example --- examples/features/standard/interceptor-client/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/features/standard/interceptor-client/pom.xml b/examples/features/standard/interceptor-client/pom.xml index d6bdd53c66..354fc5f856 100644 --- a/examples/features/standard/interceptor-client/pom.xml +++ b/examples/features/standard/interceptor-client/pom.xml @@ -36,6 +36,11 @@ under the License. + + org.apache.activemq.examples.broker + interceptor + ${project.version} + org.apache.activemq artemis-jms-client-all