SCOUT-89
Add back the axis-saaj, axis-jaxrpc, and commons-discovery dependencies
as scope level dependencies so we can run the tests with AxisTransport.
git-svn-id: https://svn.apache.org/repos/asf/webservices/scout/trunk@799293 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 077db22..b86da92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,6 +185,24 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>axis</groupId>
+ <artifactId>axis-saaj</artifactId>
+ <version>1.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis</groupId>
+ <artifactId>axis-jaxrpc</artifactId>
+ <version>1.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-discovery</groupId>
+ <artifactId>commons-discovery</artifactId>
+ <version>0.2</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>