Selaa lähdekoodia

jar包依赖添加

hefeng 5 vuotta sitten
vanhempi
commit
4588e85ea5
1 muutettua tiedostoa jossa 19 lisäystä ja 0 poistoa
  1. 19 0
      pom.xml

+ 19 - 0
pom.xml

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