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
parent 81cf57a00b
commit 4f831e032c
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>