mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-14 03:32:06 +01:00
cd96909ac4
Bump pgpainless to 0.0.1-alpha11 and test-depend on bcprov
17 lines
555 B
Groovy
17 lines
555 B
Groovy
description = """\
|
|
Smack API for XEP-0373: OpenPGP for XMPP."""
|
|
|
|
// Note that the test dependencies (junit, …) are inferred from the
|
|
// sourceSet.test of the core subproject
|
|
dependencies {
|
|
compile project(':smack-core')
|
|
compile project(':smack-extensions')
|
|
compile project(':smack-experimental')
|
|
|
|
api 'org.pgpainless:pgpainless-core:0.0.1-alpha11'
|
|
|
|
testImplementation "org.bouncycastle:bcprov-jdk15on:1.65"
|
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
|
testCompile group: 'commons-io', name: 'commons-io', version: "$commonsIoVersion"
|
|
}
|