Add the following fragment to your pom.xml:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cz.jirutka.maven</groupId>
<artifactId>jetty-bom</artifactId>
<version>9.3.15.v20161220</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>