Skip to content

Commit

Permalink
Merge pull request #26026 from ppalaga/220609-missing-deployment-cons…
Browse files Browse the repository at this point in the history
…traints-in-bom
  • Loading branch information
gastaldi committed Jun 9, 2022
2 parents 6fd604d + d35e69a commit 2deaf45
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bom/application/pom.xml
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 2deaf45

Please sign in to comment.