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

Maven Coordinates for API and RI #1216

Closed
Tomas-Kraus opened this issue Sep 13, 2018 · 3 comments
Closed

Maven Coordinates for API and RI #1216

Tomas-Kraus opened this issue Sep 13, 2018 · 3 comments

Comments

@Tomas-Kraus
Copy link
Member

Can you please publish the Maven Coordinates to be used for the following distinct cases?

  • Maven Dependency on JAXB API (for compilation)
  • Maven Dependency on JAXB RI (for execution)

Can you please disclose which version number range to use to get the JAXB release contained in:

  • JRE 9
  • JRE 10
@Tomas-Kraus
Copy link
Member Author

@mkarg
Copy link
Member

mkarg commented Sep 21, 2018

@mkarg I am the original reporter.

@bravehorsie
Copy link
Contributor

                <!-- API -->
                <dependency>
                    <groupId>javax.xml.bind</groupId>
                    <artifactId>jaxb-api</artifactId>
                    <version>${jaxb.version}</version>
                </dependency>

                <!-- Runtime -->
                <dependency>
                    <groupId>org.glassfish.jaxb</groupId>
                    <artifactId>jaxb-runtime</artifactId>
                    <version>${jaxb.version}</version>
                </dependency>

Please see JAXB user guide for more details.

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

3 participants