


Hi,
After doing research it found the solution for this problem.
Add the following code into your pom.xml file and the error will go away.
<dependency>
<groupId>json</groupId>
<artifactId>json</artifactId>
<version>2.2.2</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/json-lib-2.2.2-jdk15.jar</systemPath>
</dependency>
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.