Solved
package org.apache.xml.serialize does not exist error
Trying to convert json to xml and trying to indent the xml So used below library but
package org.apache.xml.serialize does not exist getting this error though I added dependency in pom
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
</dependency>
Any suggestions to solve this error.
Thanks in advance.