added jetty-http dependancy to allow test case classes to compile in

eclipse
This commit is contained in:
t106uhn 2014-09-15 20:40:40 -04:00
parent 5701572e08
commit f79b7adabd
1 changed files with 7 additions and 0 deletions

View File

@ -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>