com.google.code.gson not getting resolved
Hi,
I have included google gson dependency in the pom.xml of my project as shown below:
<dependency><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId><version>2.2.2</version></dependency>I am able to build the project without any issues but when I am hitting the URL, the page does not load. I can see that in the system/console the project bundle is not getting started. Further, upon looking in the details of the bundle, it shows an error "com.google.gson,version=[2.2,3) -- Cannot be resolved"
Any idea what could possible go wrong.
Thanks,