Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- API, java.xml.bind module -->
- <dependency>
- <groupId>jakarta.xml.bind</groupId>
- <artifactId>jakarta.xml.bind-api</artifactId>
- <version>2.3.2</version>
- </dependency>
- <!-- Runtime, com.sun.xml.bind module -->
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-runtime</artifactId>
- <version>2.3.2</version>
- </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement