I am using camunda srping boot (version 7.17) with open jdk 11 (springboot version kept as 2.6.6), till friday(23-12-2022) there were no issues but from yesterday (didnt check on saturday and sunday) I am facing below error while making the build with my camunda project. could anyone please help me how to fix this issue.
No changes in build.gradle and libraries files. not sure about the reason all of shudden stopped making build with below error.
HqnLogicaPortType.java:3: error: package jakarta.jws does not exist
import jakarta.jws.WebMethod;
I am using below line also in gradle:
compile group:‘com.sun.xml.ws’, name:‘jaxws-ri’, version:‘2.3.2’
Thanks,
Venkaiah.