mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
[smack-integration-test] Bump reflections to 0.9.12
This also means that smack-integration-test needs to declare a dependency on Guava, which was previously available as transitive dependency of 'reflections' 0.9.11.
This commit is contained in:
parent
fe3214291d
commit
cd40455b62
3 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,8 @@ applicationDefaultJvmArgs = ["-enableassertions"]
|
|||
dependencies {
|
||||
api project(':smack-java8-full')
|
||||
api project(':smack-resolver-dnsjava')
|
||||
compile 'org.reflections:reflections:0.9.11'
|
||||
implementation "com.google.guava:guava:${guavaVersion}"
|
||||
compile 'org.reflections:reflections:0.9.12'
|
||||
compile 'eu.geekplace.javapinning:java-pinning-java7:1.1.0-alpha1'
|
||||
compile group: 'commons-io', name: 'commons-io', version: "$commonsIoVersion"
|
||||
api "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue