Merge pull request #400 from vanitasvitae/java8fullnoomemo

Remove smack-java8-full dependency on smack-omemo-signal
This commit is contained in:
Florian Schmaus 2020-06-16 14:21:29 +02:00 committed by GitHub
commit 5bd247c3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ dependencies {
api project(':smack-java7')
api project(':smack-legacy')
api project(':smack-omemo')
api project(':smack-omemo-signal')
api project(':smack-openpgp')
api project(':smack-resolver-minidns')
api project(':smack-resolver-minidns-dox')

View File

@ -17,6 +17,7 @@ dependencies {
// smack-java*-full and since we may want to use parts of sinttest
// in the REPL, we simply depend sinttest.
api project(':smack-integration-test')
api project(':smack-omemo-signal')
compile "org.scala-lang:scala-library:$scalaVersion"
compile "com.lihaoyi:ammonite_$scalaVersion:1.3.2"