Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugues Malphettes2011-05-20 08:33:57 +0000
committerHugues Malphettes2011-05-20 08:33:57 +0000
commit850170ba5fc9f567c57868f288fac585584c5462 (patch)
treede73268fe3e2b0e13f3c6f47d7abec4fc17ebfa3 /jetty-osgi/jetty-osgi-httpservice/pom.xml
parent538038a7f2434a673b35add13dd9408e0703dad0 (diff)
downloadorg.eclipse.jetty.project-850170ba5fc9f567c57868f288fac585584c5462.tar.gz
org.eclipse.jetty.project-850170ba5fc9f567c57868f288fac585584c5462.tar.xz
org.eclipse.jetty.project-850170ba5fc9f567c57868f288fac585584c5462.zip
bug 346605 commit the demo of jetty's continuation and webscoket to 'chat with the equinox console
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3221 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-osgi/jetty-osgi-httpservice/pom.xml')
-rw-r--r--jetty-osgi/jetty-osgi-httpservice/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml
index b30a3af910..f39e1ee6d4 100644
--- a/jetty-osgi/jetty-osgi-httpservice/pom.xml
+++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml
@@ -27,8 +27,8 @@
<artifactId>servlet</artifactId>
</dependency>
<dependency>
- <groupId>org.eclipse</groupId>
- <artifactId>osgi</artifactId>
+ <groupId>org.eclipse.osgi</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>

Back to the top