|
|
|
@ -82,6 +82,24 @@
|
|
|
|
|
<version>1.0.0.1-patch</version>
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- webservice -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
|
|
|
<version>3.3.6</version>
|
|
|
|
|
<!-- <type>bundle</type>-->
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>asm</groupId>
|
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|