Files
spring-integration-samples/basic/feed
kasoban 68976a81a6 Add specific slf4j-api version dependency
When just importing the ftp example as a maven project, I ran into the issue of a slf4j version discrepancy described here:
http://www.slf4j.org/faq.html#IllegalAccessError

This is solved by adding the specific version dependency of `slf4j-api`.

* Add the specific `slf4j-api` dependency to the Gradle script
* Change the dependency scope for `slf4j-` impl to the `runtime`.
* Regenerate POMs
2016-01-04 09:54:04 -05:00
..

RSS Feed Sample

This example demonstrates the usage of the Spring Integration RSS Feed Module using a Feed Inbound Channel Adapter. In order to run the sample, execute the test case located in the org.springframework.integration.samples.feed package.