springboot1.2.0集成webservice

问题:springboot1.2.0集成webservice ,提示Missing artifact org.springframework.boot:spring-boot-starter-web-services:jar:1.0.1.RELEASE,请各位大神看下下面的依赖应该是哪个版本的,默认的不行?
依赖:

org.springframework.boot
spring-boot-starter-web-services

spring-boot-starter-web-services 这个组件,在maven仓库最低版本就是: 1.4.0.RELEASE

https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web-services

1.0.1.RELEASE 肯定没,可能是你的springboot版本太低了(现在都2.5.4),低到了那时候都没开发 spring-boot-starter-web-services 这个组件。