Add Interceptor Example

This commit is contained in:
Martyn Taylor 2018-12-14 14:20:38 +00:00 committed by andytaylor
parent 132763f067
commit 569ce9d8a3
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ under the License.
</properties>
<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>