I noticed a strange problem. I am able to run my test cases using Junit but when I am running using maven One of the test case is failing. It is complaining that Gson class
Figured Out the Problem Finally after spending lot of time.
The problem is when I am pushing the symbology artifact to repository it is not pushing the pom into repository. So when I am using the symbology artifact as dependency my project is not able to know what are the transitive dependencies.
So I pushed my pom into repository along with jar and now it is able to get all the dependencies.
HURRAYYYYYYYYYYYYYYYYY!!!!!!!!!!!!!!!!!!