Skip to content

Commit

Permalink
Merge pull request #854 from cescoffier/features/add-reactive-messagi…
Browse files Browse the repository at this point in the history
…ng-to-bom

add reactive messaging to BOM
  • Loading branch information
stuartwdouglas authored Feb 12, 2019
2 parents a06c1b6 + 722574b commit 94b94e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-reactive-messaging-deployment</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-smallrye-metrics-deployment</artifactId>
Expand Down

0 comments on commit 94b94e2

Please sign in to comment.