You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to compile scimono by mvn clean install
using
JDK 14.0.1
maven 3.6.3.
I got this error: /scimono-server/src/main/java/com/sap/scimono/entity/data/DataURI.java:[20,22] package javax.xml.bind does not exist.
After adding the dependency
Hi,
I tried to compile scimono by
mvn clean install
using
I got this error:
/scimono-server/src/main/java/com/sap/scimono/entity/data/DataURI.java:[20,22] package javax.xml.bind does not exist.
After adding the dependency
to scimono-server/pom.xml
it worked.
Can you please fix this?
Thanks
Hermann Duengelhoef (SAP)
The text was updated successfully, but these errors were encountered: