|
|
@@ -101,6 +101,25 @@
|
|
101
|
101
|
<groupId>com.google.code.gson</groupId>
|
|
102
|
102
|
<artifactId>gson</artifactId>
|
|
103
|
103
|
</dependency>
|
|
|
104
|
+
|
|
|
105
|
+ <!-- webservice begin -->
|
|
|
106
|
+ <dependency>
|
|
|
107
|
+ <groupId>org.apache.cxf</groupId>
|
|
|
108
|
+ <artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
|
109
|
+ <version>3.1.10</version>
|
|
|
110
|
+ </dependency>
|
|
|
111
|
+ <dependency>
|
|
|
112
|
+ <groupId>org.apache.cxf</groupId>
|
|
|
113
|
+ <artifactId>cxf-rt-transports-http</artifactId>
|
|
|
114
|
+ <version>3.1.10</version>
|
|
|
115
|
+ </dependency>
|
|
|
116
|
+ <!-- webservice end -->
|
|
|
117
|
+
|
|
|
118
|
+ <dependency>
|
|
|
119
|
+ <groupId>com.alibaba</groupId>
|
|
|
120
|
+ <artifactId>fastjson</artifactId>
|
|
|
121
|
+ <version>1.2.41</version>
|
|
|
122
|
+ </dependency>
|
|
104
|
123
|
|
|
105
|
124
|
<!-- sftp上传依赖包 -->
|
|
106
|
125
|
<dependency>
|