Skip to content

Commit 567ab94

Browse files
authored
Add rabbitmq amqp-client dependency for test (#1064)
1 parent 23d3c64 commit 567ab94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

amqp-impl/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
<version>${qpid-protocol-plugin.version}</version>
5555
</dependency>
5656

57+
<dependency>
58+
<groupId>com.rabbitmq</groupId>
59+
<artifactId>amqp-client</artifactId>
60+
<scope>test</scope>
61+
</dependency>
62+
5763
</dependencies>
5864

5965
<build>

0 commit comments

Comments
 (0)