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 "org.mockftpserver:MockFtpServer:${project.property('mockftpserver.version')}"
|
|
|
|
testImplementation "org.junit.jupiter:junit-jupiter-params:${project.property('junit.version')}"
|
|
|
|
testImplementation "org.mockito:mockito-core:${project.property('mockito.version')}"
|
|
|
|
testImplementation "org.mockito:mockito-junit-jupiter:${project.property('mockito.version')}"
|
|
|
|
}
|