Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-10-28 14:50:56 +0000
committerJoakim Erdfelt2014-10-28 14:50:56 +0000
commit264e0bce3919506ba486ede8a1f4a4020fa61a34 (patch)
treefb9310cdd430129ee3202fe0d8f1f866ea7b3426 /jetty-servlets/pom.xml
parent1f5c03f5e9f315ca66d0cca877e2694bbce3bbde (diff)
downloadorg.eclipse.jetty.project-264e0bce3919506ba486ede8a1f4a4020fa61a34.tar.gz
org.eclipse.jetty.project-264e0bce3919506ba486ede8a1f4a4020fa61a34.tar.xz
org.eclipse.jetty.project-264e0bce3919506ba486ede8a1f4a4020fa61a34.zip
Revert "Moving HttpTester to "tests" scoped jetty-http artifact."
Diffstat (limited to 'jetty-servlets/pom.xml')
-rw-r--r--jetty-servlets/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 574b964b97..bdc9c25a5d 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -109,13 +109,6 @@
<scope>test</scope>
</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