mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Init Base64 test encoder for unit-tests
The previous approach with testCompile project("smack-java7") was flawed. Instead we setup a Base64 encoder especially for the unit tests now.
This commit is contained in:
parent
982b49106a
commit
184604bba2
5 changed files with 107 additions and 2 deletions
|
@ -16,6 +16,7 @@ dependencies {
|
|||
testCompile 'org.powermock:powermock-module-junit4:1.5.5'
|
||||
testCompile 'org.powermock:powermock-api-mockito:1.5.5'
|
||||
testCompile 'com.jamesmurty.utils:java-xmlbuilder:0.6'
|
||||
testCompile 'net.iharder:base64:2.3.8'
|
||||
}
|
||||
|
||||
task compressionJar(type: Jar) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue