Skip to content

Commit

Permalink
[WFLY-19300] Add missing guava dependency needed to launch an AMQ ins…
Browse files Browse the repository at this point in the history
…tance as a test fixture
  • Loading branch information
bstansberry committed Apr 29, 2024
1 parent 17194cc commit bb7cb04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/integration/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@
<artifactId>artemis-amqp-protocol</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
Expand Down

0 comments on commit bb7cb04

Please sign in to comment.