v1.1.2, depencies changed to compileOnly / provided
I have changed the gradle build to use the gradle wrapper and gradle version
2.12 which finally includes a compile-only (like provided) configuration.
I have updated the build script acordingly. It shouldn't break any build but I
detected that including this library before this change leaked some undesired
jar files (like the JSTL API).