diff options
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r-- | prh-commons/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 91fd9082..11a0babc 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -74,5 +74,9 @@ <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> + <dependency> + <groupId>io.projectreactor.netty</groupId> + <artifactId>reactor-netty</artifactId> + </dependency> </dependencies> </project> |