Fix #1481 - Remove Jetty reference
This commit is contained in:
parent
895c9a1f2c
commit
9fff043892
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue