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 3f67576 commit 1bb0e19Copy full SHA for 1bb0e19
pom.xml
@@ -49,6 +49,7 @@
49
<commons-io-version>2.6</commons-io-version>
50
<commons-lang3-version>3.8.1</commons-lang3-version>
51
<jersey-version>2.25.1</jersey-version>
52
+ <rx-version>2.2.7</rx-version>
53
</properties>
54
55
<!-- we use the travis providers for deployment so don't need to specify repositories here -->
@@ -134,6 +135,11 @@
134
135
<artifactId>gson</artifactId>
136
<version>${gson-version}</version>
137
</dependency>
138
+ <dependency>
139
+ <groupId>io.reactivex.rxjava2</groupId>
140
+ <artifactId>rxjava</artifactId>
141
+ <version>${rx-version}</version>
142
+ </dependency>
143
</dependencies>
144
145
<build>
0 commit comments