We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e372ee0 commit f3ba640Copy full SHA for f3ba640
pom.xml
@@ -17,6 +17,7 @@
17
18
<properties>
19
<scala>2.11.7</scala>
20
+ <reactor>2.5.0.M2</reactor>
21
<xmlbeam>1.4.8</xmlbeam>
22
</properties>
23
@@ -95,6 +96,15 @@
95
96
<optional>true</optional>
97
</dependency>
98
99
+ <!-- Project Reactor -->
100
+
101
+ <dependency>
102
+ <groupId>io.projectreactor</groupId>
103
+ <artifactId>reactor-core</artifactId>
104
+ <version>${reactor}</version>
105
+ <optional>true</optional>
106
+ </dependency>
107
108
<!-- Querydsl -->
109
110
<dependency>
0 commit comments