1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 10:19:41 +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:
Florian Schmaus 2016-04-14 22:59:22 +02:00
parent 0afbee55e0
commit 92968e1630
3 changed files with 8 additions and 8 deletions

View file

@ -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"
}