瀏覽代碼

对接webservice

larry 5 年之前
父節點
當前提交
fc36252560
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -130,6 +130,14 @@
130 130
 			<artifactId>cxf-rt-frontend-jaxws</artifactId>
131 131
 			<version>3.3.2</version>
132 132
 		</dependency>
133
+		<!--添加webservice-->
134
+
135
+		<dependency>
136
+			<groupId>org.apache.cxf</groupId>
137
+			<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
138
+			<version>3.2.4</version>
139
+		</dependency>
140
+
133 141
 		<dependency>
134 142
 			<groupId>org.apache.cxf</groupId>
135 143
 				<artifactId>cxf-rt-transports-http</artifactId>