Skip to content

Commit

Permalink
Merge pull request #23 from bliblidotcom/feature/add-reactor-extras
Browse files Browse the repository at this point in the history
add reactor extras
  • Loading branch information
khannedy committed Apr 14, 2020
2 parents 973eed7 + dd2e959 commit 7fbe487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blibli-backend-framework-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor.addons</groupId>
<artifactId>reactor-extra</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
Expand Down

0 comments on commit 7fbe487

Please sign in to comment.