add jaxb-core
This commit is contained in:
parent
2d31944b3f
commit
3dbe81174a
5
pom.xml
5
pom.xml
|
@ -60,6 +60,11 @@
|
|||
<artifactId>jaxb-impl</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-core</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.ws</groupId>
|
||||
<artifactId>jaxws-ri</artifactId>
|
||||
|
|
Loading…
Reference in New Issue