mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-03 02:29:28 +00:00
added jetty-http dependancy to allow test case classes to compile in
eclipse
This commit is contained in:
parent
5701572e08
commit
f79b7adabd
@ -225,6 +225,13 @@
|
||||
<version>9.1.1.v20140108</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-http</artifactId>
|
||||
<version>9.1.1.v20140108</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- UNIT TEST DEPENDENCIES -->
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user