Fix #1481 - Remove Jetty reference

This commit is contained in:
James Agnew 2019-10-17 11:41:57 -04:00
parent 895c9a1f2c
commit 9fff043892
2 changed files with 4 additions and 4 deletions

View File

@ -100,10 +100,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>
<!-- Logging -->
<dependency>

View File

@ -404,6 +404,10 @@
The JPA server exposed a number of duplicate entries in the CapabilityStatement's list of
supported _include values for a given resource. Thanks to Jens Villadsen for reporting!
</action>
<action type="fix" issue="1481">
An unintended dependency from hapi-fhir-base on Jetty was introduced in HAPI FHIR 4.0.0. This
has been removed.
</action>
</release>
<release version="4.0.3" date="2019-09-03" description="Igloo (Point Release)">
<action type="fix">