This is an automated email from the ASF dual-hosted git repository. nigrofranz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 569ce9d8a313cd1282f1c9b3cf4c8234768b4e49 Author: Martyn Taylor <mtay...@redhat.com> AuthorDate: Fri Dec 14 14:20:38 2018 +0000 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 d6bdd53..354fc5f 100644 --- a/examples/features/standard/interceptor-client/pom.xml +++ b/examples/features/standard/interceptor-client/pom.xml @@ -37,6 +37,11 @@ under the License. <dependencies> <dependency> + <groupId>org.apache.activemq.examples.broker</groupId> + <artifactId>interceptor</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jms-client-all</artifactId> <version>${project.version}</version>