com.adobe.cq.gson vs com.google.gson
Hi All,
How can I use com.adobe.cq.gson-2.3.jar bundle in AEM 6.2 project instead of using com.google.code.gson as an external jar file ?
I tried adding com.adobe.cq.gson-2.3.jar as a dependency in pom file but I am getting below error :
Failure to find com.adobe.cq.gson:com.adobe.cq.gson:jar:2.3 in http://repo.adobe.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of adobe has elapsed or updates are forced
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:221)
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
Your immediate help will be appreciated!
Also, it will be helpful if I can get some insights on com.adobe.cq.gson-2.3.jar bundle and how is it different from gson-2.7.jar?
Thanks
