### 64.15.1. 通过Maven使用Jetty8
如果正在使用starter pom和parent,你只需添加Jetty starter,去掉WebSocket依赖,并改变version属性,比如,对于一个简单的webapp或service:
```xml
8.1.15.v20140411
2.2.0.v201112011158
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-tomcat
org.springframework.boot
spring-boot-starter-jetty
org.eclipse.jetty.websocket
*
```