Skip to content

Commit

Permalink
Merge pull request wildfly#17858 from bstansberry/WFLY-19300
Browse files Browse the repository at this point in the history
[WFLY-19300] Add missing guava dependency needed to launch an AMQ ins…
  • Loading branch information
darranl authored Apr 30, 2024
2 parents 2b10373 + bb7cb04 commit ede9247
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 @@ -238,6 +238,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 ede9247

Please sign in to comment.