Got rid of exception by adding following dependency:

<dependency>
    <groupId>commons-logging</groupId>
    <artifactId>commons-logging</artifactId>
    <version>1.1.1</version>
</dependency>

but I dont know whether its right way to resolve it. Is it?