webservice 支持

tags/yfai-mes-ext-v1.0
zhang.xw 1 year ago
parent f73f5e4b11
commit a6bb46a1cf

@ -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>

@ -28,7 +28,7 @@
<dependency>
<groupId>i3plus.platform</groupId>
<artifactId>i3plus-platform-common</artifactId>
<version></version>
<version>1.0.0.1-patch</version>
</dependency>
<dependency>

Loading…
Cancel
Save