You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/12/22 10:26:48 UTC

svn commit: r1051803 - /synapse/branches/2.0/modules/distribution/pom.xml

Author: ruwan
Date: Wed Dec 22 09:26:47 2010
New Revision: 1051803

URL: http://svn.apache.org/viewvc?rev=1051803&view=rev
Log:
Fixing the issue of the ERROR log at startup from Sandesha2 policy

Modified:
    synapse/branches/2.0/modules/distribution/pom.xml

Modified: synapse/branches/2.0/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/modules/distribution/pom.xml?rev=1051803&r1=1051802&r2=1051803&view=diff
==============================================================================
--- synapse/branches/2.0/modules/distribution/pom.xml (original)
+++ synapse/branches/2.0/modules/distribution/pom.xml Wed Dec 22 09:26:47 2010
@@ -163,6 +163,18 @@
             <classifier>jars</classifier>
             <type>zip</type>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.sandesha2</groupId>
+            <artifactId>sandesha2-policy</artifactId>
+            <version>${sandesha2.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
 
     <repositories>