Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1.         <dependency>
  2.  
  3.             <groupId>javax.xml.bind</groupId>
  4.  
  5.             <artifactId>jaxb-api</artifactId>
  6.  
  7.             <version>2.2.11</version>
  8.  
  9.         </dependency>
  10.  
  11.         <dependency>
  12.  
  13.             <groupId>com.sun.xml.bind</groupId>
  14.  
  15.             <artifactId>jaxb-core</artifactId>
  16.  
  17.             <version>2.2.11</version>
  18.  
  19.         </dependency>
  20.  
  21.         <dependency>
  22.  
  23.             <groupId>com.sun.xml.bind</groupId>
  24.  
  25.             <artifactId>jaxb-impl</artifactId>
  26.  
  27.             <version>2.2.11</version>
  28.  
  29.         </dependency>
  30.  
  31.         <dependency>
  32.  
  33.             <groupId>javax.activation</groupId>
  34.  
  35.             <artifactId>activation</artifactId>
  36.  
  37.             <version>1.1.1</version>
  38.  
  39.         </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement