Skip to content

Commit

Permalink
Add artemis-mqtt-protocol dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Jun 7, 2021
1 parent c8cd44a commit b72424e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3539,6 +3539,11 @@
<artifactId>artemis-amqp-protocol</artifactId>
<version>${artemis.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-mqtt-protocol</artifactId>
<version>${artemis.version}</version>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
Expand Down

0 comments on commit b72424e

Please sign in to comment.