Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-10-13 14:35:12 +0000
committerJoakim Erdfelt2014-10-13 14:35:12 +0000
commit8d85940077f55ca8390b4fbd486081c009d2af8b (patch)
tree7ec26819f62b230dc3425f77cb7ec57071f78b5d /tests
parent1511be8c97a91af6e4dd4327378dc05bb34440bc (diff)
downloadorg.eclipse.jetty.project-8d85940077f55ca8390b4fbd486081c009d2af8b.tar.gz
org.eclipse.jetty.project-8d85940077f55ca8390b4fbd486081c009d2af8b.tar.xz
org.eclipse.jetty.project-8d85940077f55ca8390b4fbd486081c009d2af8b.zip
Moving HttpTester to "tests" scoped jetty-http artifact.
+ HttpTester, a testing class, was used by jetty-servlets, embedded-jetty-examples, and test-integration, all from those testing scopes. Moved the HttpTester into the pre-existing jetty-http "tests" classified artifact.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 8e9b1da9cc..6640fed17a 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -117,6 +117,13 @@
<type>pom</type>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>${project.version}</version>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>

Back to the top