| | |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!-- WebService相关依赖 --> |
| | | <dependency> |
| | | <groupId>org.apache.cxf</groupId> |
| | | <artifactId>cxf-rt-frontend-jaxws</artifactId> |
| | | <version>3.5.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.cxf</groupId> |
| | | <artifactId>cxf-rt-transports-http</artifactId> |
| | | <version>3.5.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>javax.xml.ws</groupId> |
| | | <artifactId>jaxws-api</artifactId> |
| | | <version>2.3.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>javax.jws</groupId> |
| | | <artifactId>javax.jws-api</artifactId> |
| | | <version>1.1</version> |
| | | </dependency> |
| | | |
| | | <!-- Spring Boot 配置处理器 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-configuration-processor</artifactId> |
| | | <optional>true</optional> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |