SyntaxFix
Write A Post
Hire A Developer
Questions
Setting the scope to compile did it for me
<dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> <scope>compile</scope> </dependency>