Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-04-10 01:23:13 +0000
committerJan Bartel2014-04-10 01:23:13 +0000
commita5bd46fd57ef717c816cddeb769606d7e93f0f5b (patch)
treeca8a8d24edd42fd228dcadcd94bd17182e0dfc2e /jetty-osgi/test-jetty-osgi-context/pom.xml
parent8593ce58206cee0e8ccaa613aec96cad2f2df175 (diff)
downloadorg.eclipse.jetty.project-a5bd46fd57ef717c816cddeb769606d7e93f0f5b.tar.gz
org.eclipse.jetty.project-a5bd46fd57ef717c816cddeb769606d7e93f0f5b.tar.xz
org.eclipse.jetty.project-a5bd46fd57ef717c816cddeb769606d7e93f0f5b.zip
409105 Upgrade jetty-osgi build/test to use more recent pax junit test framework
Diffstat (limited to 'jetty-osgi/test-jetty-osgi-context/pom.xml')
-rw-r--r--jetty-osgi/test-jetty-osgi-context/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 4e1c28a342..941b13bfb3 100644
--- a/jetty-osgi/test-jetty-osgi-context/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-context/pom.xml
@@ -21,10 +21,12 @@
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>

Back to the top