We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 443799a + aefbb57 commit aa3ef2cCopy full SHA for aa3ef2c
2 files changed
wemp-objects/pom.xml
@@ -51,6 +51,10 @@
51
<artifactId>logging-interceptor</artifactId>
52
<optional>true</optional>
53
</dependency>
54
+ <dependency>
55
+ <groupId>com.squareup.retrofit2</groupId>
56
+ <artifactId>adapter-rxjava3</artifactId>
57
+ </dependency>
58
<dependency>
59
<groupId>com.fasterxml.jackson.core</groupId>
60
<artifactId>jackson-databind</artifactId>
wepay-sdk/pom.xml
@@ -50,6 +50,10 @@
50
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
0 commit comments