Skip to content

Commit

Permalink
added quarkus-jms-spi to quarkus bom
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Feb 10, 2023
1 parent a57e936 commit 4345da9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,16 @@
<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-jms-spi-parent</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kafka-client</artifactId>
Expand Down

0 comments on commit 4345da9

Please sign in to comment.