Fix #1481 - Add missing dependency to hapi-fhir-docs

This commit is contained in:
Stig Rohde Døssing 2019-10-17 18:17:21 +02:00 committed by James Agnew
parent 9fff043892
commit 79e97b24e5
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.28</version>
</dependency>
<!-- Needed for JEE/Servlet support -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>