I just migrated a java project from JDK8 to JDK11.
The project implements Maven dependecy management. The IDE I'm using is Eclipse jee-2018-12. Java version: Dcevm-11 on Trava OpenJDK.
I can't find how to resolve this dependencies:
import javax.xml.parsers.ParserConfigurationException; import javax.xml.transform.TransformerException;
I think I should add a dependency in my pom.xml but I have no clue.
Has anyone fronted this same problem?
Thank you, Giacomo