Advertisement
tadeuespindola

suporte-aluno-natanael-bonfim-jdev

Jul 7th, 2023
964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | Help | 0 0
  1. <dependency>
  2.     <groupId>javax.xml.bind</groupId>
  3.     <artifactId>jaxb-api</artifactId>
  4.     <version>2.3.1</version>
  5. </dependency>
  6.  
  7. <dependency>
  8.     <groupId>com.sun.xml.bind</groupId>
  9.     <artifactId>jaxb-core</artifactId>
  10.     <version>2.3.0.1</version>
  11. </dependency>
  12.  
  13. <dependency>
  14.     <groupId>com.sun.xml.bind</groupId>
  15.     <artifactId>jaxb-impl</artifactId>
  16.     <version>2.3.2</version>
  17. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement