Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-06-04 10:05:31 +0000
committerGreg Wilkins2014-06-04 10:05:31 +0000
commitd19eef34035b3afcdf45ccd49bd191d3146f600b (patch)
tree92ed4fa5cbac4188a6b7bb7de5b56bcbb5efa129 /jetty-hpack/pom.xml
parent953655af3171ea90f89277b940c3146a35517dc0 (diff)
downloadorg.eclipse.jetty.project-d19eef34035b3afcdf45ccd49bd191d3146f600b.tar.gz
org.eclipse.jetty.project-d19eef34035b3afcdf45ccd49bd191d3146f600b.tar.xz
org.eclipse.jetty.project-d19eef34035b3afcdf45ccd49bd191d3146f600b.zip
more tests
Diffstat (limited to 'jetty-hpack/pom.xml')
-rw-r--r--jetty-hpack/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jetty-hpack/pom.xml b/jetty-hpack/pom.xml
index ecb70b102a..8ff117c22a 100644
--- a/jetty-hpack/pom.xml
+++ b/jetty-hpack/pom.xml
@@ -19,6 +19,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>

Back to the top