mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Use java-pinning-java7 for the integration tests
to avoid "Certificates does not conform to algorithm constraints" when using certain cert chains (e.g CACert).
This commit is contained in:
parent
0afbee55e0
commit
92968e1630
3 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ dependencies {
|
|||
compile project(':smack-tcp')
|
||||
compile project(':smack-extensions')
|
||||
compile 'org.reflections:reflections:0.9.9-RC1'
|
||||
compile 'eu.geekplace.javapinning:java-pinning-jar:1.0.1'
|
||||
compile 'eu.geekplace.javapinning:java-pinning-java7:1.1.0-alpha1'
|
||||
compile "junit:junit:$junitVersion"
|
||||
testCompile "org.jxmpp:jxmpp-jid:$jxmppVersion:tests"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue