Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-07-23 17:51:46 +0000
committerJoakim Erdfelt2014-07-23 17:51:46 +0000
commit223ad1e519c8ad3c96fb28d682b7017809fc6e69 (patch)
tree24d8c170f4cbf74ed549fc9604994b2cda1950be
parentfaf0775b504d2c19baea4577208c0989faf2fb9e (diff)
downloadorg.eclipse.jetty.project-223ad1e519c8ad3c96fb28d682b7017809fc6e69.tar.gz
org.eclipse.jetty.project-223ad1e519c8ad3c96fb28d682b7017809fc6e69.tar.xz
org.eclipse.jetty.project-223ad1e519c8ad3c96fb28d682b7017809fc6e69.zip
Fixing groupId
-rw-r--r--examples/quickstart/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml
index 05e2559233..2e04cc5548 100644
--- a/examples/quickstart/pom.xml
+++ b/examples/quickstart/pom.xml
@@ -71,7 +71,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.eclipse.jetty.tests</groupId>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>test-jetty-webapp</artifactId>
<version>${project.version}</version>
<type>war</type>

Back to the top