Author: veithen
Date: Sat Mar 7 11:23:37 2009
New Revision: 751249
URL: http://svn.apache.org/viewvc?rev=751249&view=rev
Log:
Fixed synapse-core dependencies: the transports used during the unit tests are
no longer transitive dependencies (through axis2-clustering and axis2-saaj) and
need to be declared explicitly.
Modified:
synapse/trunk/java/modules/core/pom.xml
synapse/trunk/java/pom.xml
Modified: synapse/trunk/java/modules/core/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/pom.xml?rev=751249&r1=751248&r2=751249&view=diff
==============================================================================
--- synapse/trunk/java/modules/core/pom.xml (original)
+++ synapse/trunk/java/modules/core/pom.xml Sat Mar 7 11:23:37 2009
@@ -244,5 +244,21 @@
<groupId>opensaml</groupId>
<artifactId>opensaml</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-transport-jms</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-transport-mail</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-transport-local</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
Modified: synapse/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=751249&r1=751248&r2=751249&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Sat Mar 7 11:23:37 2009
@@ -289,6 +289,11 @@
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-transport-local</artifactId>
+ <version>${axis2.transport.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
<version>${axis2.version}</version>
<exclusions>