Skip to content

Commit aa3ef2c

Browse files
authored
Merge pull request #26 from NotFound403/fix
rxjava3
2 parents 443799a + aefbb57 commit aa3ef2c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

wemp-objects/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<artifactId>logging-interceptor</artifactId>
5252
<optional>true</optional>
5353
</dependency>
54+
<dependency>
55+
<groupId>com.squareup.retrofit2</groupId>
56+
<artifactId>adapter-rxjava3</artifactId>
57+
</dependency>
5458
<dependency>
5559
<groupId>com.fasterxml.jackson.core</groupId>
5660
<artifactId>jackson-databind</artifactId>

wepay-sdk/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
<groupId>com.squareup.retrofit2</groupId>
5151
<artifactId>retrofit</artifactId>
5252
</dependency>
53+
<dependency>
54+
<groupId>com.squareup.retrofit2</groupId>
55+
<artifactId>adapter-rxjava3</artifactId>
56+
</dependency>
5357
<dependency>
5458
<groupId>com.thoughtworks.xstream</groupId>
5559
<artifactId>xstream</artifactId>

0 commit comments

Comments
 (0)