Author: tcunning
Date: Thu Jul 30 14:47:50 2009
New Revision: 799293
URL: http://svn.apache.org/viewvc?rev=799293&view=rev
Log:
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.
Modified:
webservices/scout/trunk/pom.xml
Modified: webservices/scout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?rev=799293&r1=799292&r2=799293&view=diff
==============================================================================
--- webservices/scout/trunk/pom.xml (original)
+++ webservices/scout/trunk/pom.xml Thu Jul 30 14:47:50 2009
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]