files/files-ftp-fs/build.gradle

9 lines
259 B
Groovy
Raw Normal View History

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')
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
}