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 5c26309 commit 2705d7e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,19 @@
<artifactId>quarkus-jdbc-derby-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jms-spi</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 2705d7e

Please sign in to comment.