|
|
@ -106,6 +106,34 @@ |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
<version>2.3.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.sun.xml.bind</groupId> |
|
|
|
<artifactId>jaxb-core</artifactId> |
|
|
|
<version>2.3.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.sun.xml.bind</groupId> |
|
|
|
<artifactId>jaxb-impl</artifactId> |
|
|
|
<version>2.3.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.sun.xml.ws</groupId> |
|
|
|
<artifactId>jaxws-ri</artifactId> |
|
|
|
<version>2.3.2</version> |
|
|
|
<type>pom</type> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<version>1.18.24</version> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|