Multi Project Build Dependencies

I have a multi-project build using Gradle 1.5.

SubProjectA has a compile time dependency on SubProjectB. SubProjectB has a compile time dependency on slf4j (3rd party library). From what I can tell, this allows SubProjectA to compile against the slf4j libraries. What I’d like is for SubProjectA to have only a runtime dependency on slf4j. Is this possible?