Author: veithen
Date: Fri Apr 3 23:03:47 2009
New Revision: 761833
URL: http://svn.apache.org/viewvc?rev=761833&view=rev
Log:
Fixed the axis2-codegen dependency. Now all Axis2 dependencies should be on
1.5-SNAPSHOT.
Modified:
synapse/trunk/java/modules/distribution/pom.xml
synapse/trunk/java/modules/war/pom.xml
synapse/trunk/java/pom.xml
Modified: synapse/trunk/java/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/distribution/pom.xml?rev=761833&r1=761832&r2=761833&view=diff
==============================================================================
--- synapse/trunk/java/modules/distribution/pom.xml (original)
+++ synapse/trunk/java/modules/distribution/pom.xml Fri Apr 3 23:03:47 2009
@@ -100,6 +100,13 @@
</exclusion>
</exclusions>
</dependency>
+
+ <!-- Because of a design flaw in Axis2 (see AXIS2-4265), axis2-codegen
is required
+ to deploy some modules => include this explicitly. -->
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-codegen</artifactId>
+ </dependency>
<!-- Additional transports -->
<dependency>
Modified: synapse/trunk/java/modules/war/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/war/pom.xml?rev=761833&r1=761832&r2=761833&view=diff
==============================================================================
--- synapse/trunk/java/modules/war/pom.xml (original)
+++ synapse/trunk/java/modules/war/pom.xml Fri Apr 3 23:03:47 2009
@@ -54,6 +54,13 @@
<version>${pom.version}</version>
</dependency>
+ <!-- Because of a design flaw in Axis2 (see AXIS2-4265), axis2-codegen
is required
+ to deploy some modules => include this explicitly. -->
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-codegen</artifactId>
+ </dependency>
+
<!-- Additional transports -->
<dependency>
<groupId>org.apache.axis2</groupId>
Modified: synapse/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=761833&r1=761832&r2=761833&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Fri Apr 3 23:03:47 2009
@@ -316,6 +316,11 @@
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-codegen</artifactId>
+ <version>${axis2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
<artifactId>axis2-saaj</artifactId>
<version>${axis2.version}</version>
<exclusions>