2021-11-29 15:44:33 +01:00
|
|
|
dependencies {
|
2021-11-29 18:54:29 +01:00
|
|
|
api project(':files-api')
|
2021-11-29 15:44:33 +01:00
|
|
|
api project(':files-ftp')
|
2022-11-16 23:12:46 +01:00
|
|
|
testImplementation libs.mockftpserver
|
|
|
|
testImplementation libs.junit.jupiter.params
|
|
|
|
testImplementation libs.mockito.core
|
|
|
|
testImplementation libs.mockito.junit.jupiter
|
2021-11-29 15:44:33 +01:00
|
|
|
}
|