Skip to content

Commit 1bb0e19

Browse files
committed
build: Add RxJava dependency
1 parent 3f67576 commit 1bb0e19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<commons-io-version>2.6</commons-io-version>
5050
<commons-lang3-version>3.8.1</commons-lang3-version>
5151
<jersey-version>2.25.1</jersey-version>
52+
<rx-version>2.2.7</rx-version>
5253
</properties>
5354

5455
<!-- we use the travis providers for deployment so don't need to specify repositories here -->
@@ -134,6 +135,11 @@
134135
<artifactId>gson</artifactId>
135136
<version>${gson-version}</version>
136137
</dependency>
138+
<dependency>
139+
<groupId>io.reactivex.rxjava2</groupId>
140+
<artifactId>rxjava</artifactId>
141+
<version>${rx-version}</version>
142+
</dependency>
137143
</dependencies>
138144

139145
<build>

0 commit comments

Comments
 (0)