Merge pull request #81 from hapifhir/fix_jetty_mvn

fixes mvn jetty:run
This commit is contained in:
Patrick Werner
2020-02-07 14:55:02 +01:00
committed by GitHub

View File

@@ -276,7 +276,7 @@
<plugin> <plugin>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId> <artifactId>jetty-maven-plugin</artifactId>
<version>9.4.8.v20180619</version> <version>9.4.22.v20191022</version>
<configuration> <configuration>
<webApp> <webApp>
<contextPath>/hapi-fhir-jpaserver</contextPath> <contextPath>/hapi-fhir-jpaserver</contextPath>