Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-osgi/test-jetty-osgi/pom.xml')
-rw-r--r--jetty-osgi/test-jetty-osgi/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index ba2d2771f3..1b6613ade0 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -142,6 +142,15 @@
<scope>runtime</scope>
</dependency>
+ <!-- test osgi contexthandler service -->
+ <dependency>
+ <groupId>org.eclipse.jetty.osgi</groupId>
+ <artifactId>test-jetty-osgi-context</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+
<dependency>
<groupId>org.ops4j.pax.exam</groupId>

Back to the top