| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web-services</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.cxf</groupId> |
| | | <artifactId>cxf-spring-boot-starter-jaxws</artifactId> |
| | | <version>${cxf.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- CXF webservice --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.apache.cxf</groupId>--> |
| | | <!-- <artifactId>cxf-spring-boot-starter-jaxws</artifactId>--> |
| | | <!-- <version>${cxf.version}</version>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>org.apache.cxf</groupId> |
| | | <artifactId>cxf-spring-boot-starter-jaxws</artifactId> |
| | | <artifactId>cxf-rt-frontend-jaxws</artifactId> |
| | | <version>${cxf.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | |
| | | <exclusion> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <groupId>commons-beanutils</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>net.sf.saxon</groupId> |
| | | <artifactId>Saxon-HE</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | |
| | | <version>0.8</version> |
| | | </dependency> |
| | | <!--xml解析包:如果项目中已有,引起冲突,可注释--> |
| | | <dependency> |
| | | <groupId>xerces</groupId> |
| | | <artifactId>xercesImpl</artifactId> |
| | | <version>2.12.0</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>xerces</groupId>--> |
| | | <!-- <artifactId>xercesImpl</artifactId>--> |
| | | <!-- <version>2.12.0</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!--引入sap依赖--> |
| | | <dependency> |