Skip to content

Commit

Permalink
Merge pull request #31074 from turing85/add-jms-spi-to-application-pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 10, 2023
2 parents 6d70481 + e832f66 commit bf90425
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,11 @@
<artifactId>quarkus-jdbc-derby-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jms-spi-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kafka-client</artifactId>
Expand Down

0 comments on commit bf90425

Please sign in to comment.