Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scimono doesn't compile - "package javax.xml.bind does not exist" #86

Open
hduengelhoef opened this issue Jun 15, 2020 · 0 comments
Open

Comments

@hduengelhoef
Copy link

hduengelhoef commented Jun 15, 2020

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

<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>

to scimono-server/pom.xml
it worked.
Can you please fix this?
Thanks
Hermann Duengelhoef (SAP)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant