Skip to content

Commit

Permalink
Fix hapifhir#1481 - Add missing dependency to hapi-fhir-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srdo committed Oct 17, 2019
1 parent 9fff043 commit b3dd250
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hapi-fhir-docs/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit b3dd250

Please sign in to comment.