|
@@ -211,6 +211,27 @@
|
|
|
<optional>true</optional>
|
|
|
<scope>true</scope>
|
|
|
</dependency>
|
|
|
+<!--webService-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--https://mvnrepository.com/artifact/org.apache.cxf/cxf-spring-boot-starter-jaxws-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.cxf</groupId>
|
|
|
+ <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
|
+ <version>3.2.5</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hibernate</groupId>
|
|
|
+ <artifactId>hibernate-validator</artifactId>
|
|
|
+ <version>5.2.4.Final</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.json</groupId>
|
|
|
+ <artifactId>json</artifactId>
|
|
|
+ <version>20160810</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|