From: Marcus Better <marcus@better.se>
Subject: Fix scope for qdox and bsh dependencies
Bug: http://jira.opensymphony.com/browse/TESTNG-361

bsh and qdox are runtime dependencies of TestNG, so they should not
have "provided" scope.

---
 bundle-pom.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/bundle-pom.xml b/bundle-pom.xml
index a803835..df2b98a 100644
--- a/bundle-pom.xml
+++ b/bundle-pom.xml
@@ -45,13 +45,11 @@
             <groupId>qdox</groupId>
             <artifactId>qdox</artifactId>
             <version>1.6.1</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.beanshell</groupId>
             <artifactId>bsh</artifactId>
             <version>2.0b4</version>
-            <scope>provided</scope>
         </dependency>
     </dependencies>    
     
-- 
tg: (7194ff8..) features/scope-qdox-bsh (depends on: master)
