larry лет назад: 5
Родитель
Сommit
fc36252560
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -130,6 +130,14 @@
130
 			<artifactId>cxf-rt-frontend-jaxws</artifactId>
130
 			<artifactId>cxf-rt-frontend-jaxws</artifactId>
131
 			<version>3.3.2</version>
131
 			<version>3.3.2</version>
132
 		</dependency>
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
 		<dependency>
141
 		<dependency>
134
 			<groupId>org.apache.cxf</groupId>
142
 			<groupId>org.apache.cxf</groupId>
135
 				<artifactId>cxf-rt-transports-http</artifactId>
143
 				<artifactId>cxf-rt-transports-http</artifactId>