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
Gary Russell
8f7fb189c0
Barrier README Polishing
2015-12-08 09:23:31 -05:00
Gary Russell
3c855f8204
Barrier Error Handling
2015-11-28 14:17:14 -05:00
Gary Russell
b335846952
Barrier: Fix Banner w/ eclipse Ansi Console
2015-11-19 16:49:27 -05:00
Gary Russell
69d39f7ff2
Barrier Sample Boot Banner
2015-11-19 16:18:07 -05:00
Artem Bilan
5c4b817e27
INTSAMPLES-146 Fix Kafka tests and some polishing
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-146
2015-09-24 08:49:26 -04:00
Gary Russell
23f4a04661
Barrier: Use Boot AutoConfig for RabbitMQ
...
Also support a browser GET.
2015-09-21 17:34:54 -04:00
Gary Russell
ecab656cc1
INTEXT-191: Add Apache Kafka Sample
...
JIRA: https://jira.spring.io/browse/INTEXT-191
Polishing and build.gradle fix for pom generation
2015-09-21 17:30:47 -04:00
Gary Russell
db3d78109f
INTSAMPLES-144: Barrier Sample
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-144
INTSAMPLES-144: Use o-c-a for Release
INTSAMPLES-144: Switch to Spring Boot
INTSAMPLES-144: Polishing
* Upgrade to SI-4.2, SF-4.2, Boot-1.3
* Fix: https://jira.spring.io/browse/INTSAMPLES-145
2015-08-17 12:05:43 -04:00