Real dependencies
Brought to you by:
azerr
Hi!
Please set the optional libraries (not required to run) to optional in maven pom.xml, because now all library set to required. (I think spring.xml not required in all case).
More info about optional dependencies: http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
Thanks. Cow