Skip to content

Commit f3ba640

Browse files
mp911deodrotbohm
authored andcommitted
DATACMNS-836 - Add reactor-core dependency.
1 parent e372ee0 commit f3ba640

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<properties>
1919
<scala>2.11.7</scala>
20+
<reactor>2.5.0.M2</reactor>
2021
<xmlbeam>1.4.8</xmlbeam>
2122
</properties>
2223

@@ -95,6 +96,15 @@
9596
<optional>true</optional>
9697
</dependency>
9798

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+
98108
<!-- Querydsl -->
99109

100110
<dependency>

0 commit comments

Comments
 (0)