Skip to content

Commit

Permalink
Merge pull request #17721 from zhfeng/issue_17720
Browse files Browse the repository at this point in the history
Add artemis-mqtt-protocol dependency
  • Loading branch information
gsmet authored Jun 7, 2021
2 parents 9295b72 + b72424e commit 0f2ec01
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 0f2ec01

Please sign in to comment.