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-boot/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-boot/pom.xml')
-rw-r--r--jetty-osgi/jetty-osgi-boot/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index a9802b5df2..fa01b221eb 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -31,12 +31,12 @@
<artifactId>jetty-nested</artifactId>
</dependency>
<dependency>
- <groupId>org.eclipse</groupId>
- <artifactId>osgi</artifactId>
+ <groupId>org.eclipse.osgi</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
- <artifactId>services</artifactId>
+ <artifactId>org.eclipse.osgi.services</artifactId>
</dependency>
</dependencies>

Back to the top