mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-17 09:42:05 +01:00
Remove smack-java8-full dependency on smack-omemo-signal
This commit is contained in:
parent
6266f04682
commit
8a0371bcea
2 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue