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

JDK11 XMLBind #130

Closed
rsoika opened this issue Mar 28, 2023 · 0 comments
Closed

JDK11 XMLBind #130

rsoika opened this issue Mar 28, 2023 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Mar 28, 2023

Add maven dependency to support jaxb references

	<!-- JDK 11 - XML Bind -->
	<dependency>
	    <groupId>jakarta.xml.bind</groupId>
	    <artifactId>jakarta.xml.bind-api</artifactId>
	    <version>2.3.3</version>
	    <scope>provided</scope>
	</dependency>
@rsoika rsoika added the feature label Mar 28, 2023
@rsoika rsoika added this to the 2.3.2 milestone Mar 28, 2023
rsoika added a commit that referenced this issue Mar 28, 2023
Issue #130
@rsoika rsoika closed this as completed Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant