Skip to content

Commit

Permalink
Add rabbitmq amqp-client dependency for test (#1064)
Browse files Browse the repository at this point in the history
(cherry picked from commit 567ab94)
  • Loading branch information
gaoran10 committed Nov 30, 2023
1 parent ea9dea6 commit f850503
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions amqp-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
<version>${qpid-protocol-plugin.version}</version>
</dependency>

<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit f850503

Please sign in to comment.