INT-2855 Fix commons-io Dependency
Even when using native tail, there is a dependency on commons-io due to the factory bean.
This commit is contained in:
@@ -204,7 +204,7 @@ project('spring-integration-file') {
|
||||
dependencies {
|
||||
compile project(":spring-integration-core")
|
||||
compile "org.springframework:spring-context:$springVersion"
|
||||
compile("commons-io:commons-io:$commonsIoVersion", optional)
|
||||
compile "commons-io:commons-io:$commonsIoVersion"
|
||||
testCompile project(":spring-integration-test")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user