Using this pom definition below to pull in the embedded Fuseki pulls in Jetty 9.3.3.v20150827
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-embedded</artifactId>
<version>2.6.0</version>
</dependency>
However, the pom file for Fuseki lists 9.4.5.v20170502 for Jetty. Why is
this? - Erich
