Use separate library to do base64 encoding in Java

default and jersey2 clients to make it work in both JVM and Android
This commit is contained in:
xhh
2015-11-22 16:27:14 +08:00
committed by Alvin Zeng
parent ff3ba73d18
commit 11d7e44756
7 changed files with 39 additions and 8 deletions

View File

@@ -152,6 +152,13 @@
<version>${jodatime-version}</version>
</dependency>
<!-- Base64 encoding that works in both JVM and Android -->
<dependency>
<groupId>com.brsanthu</groupId>
<artifactId>migbase64</artifactId>
<version>2.2</version>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>