Skip to content

Commit

Permalink
Add missing -deployment entries to BOM for quarkus-smallrye-reactive-…
Browse files Browse the repository at this point in the history
…messaging-amqp, quarkus-smallrye-reactive-messaging-mqtt and quarkus-smallrye-reactive-messaging-rabbitmq
  • Loading branch information
ppalaga committed Jun 9, 2022
1 parent 37ed0a2 commit d35e69a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,16 +1385,31 @@
<artifactId>quarkus-smallrye-reactive-messaging-amqp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-amqp-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-mqtt</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-mqtt-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-rabbitmq</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-rabbitmq-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-metrics</artifactId>
Expand Down

0 comments on commit d35e69a

Please sign in to comment.