Skip to content

Commit

Permalink
Add rabbitmq amqp-client dependency for test (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoran10 authored Nov 30, 2023
1 parent 23d3c64 commit 567ab94
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 @@ -54,6 +54,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 567ab94

Please sign in to comment.