Author: ruwan
Date: Wed Apr 1 17:24:38 2009
New Revision: 760969
URL: http://svn.apache.org/viewvc?rev=760969&view=rev
Log:
changing the wso2caching version to the new release - 3.0
Modified:
synapse/trunk/java/pom.xml
Modified: synapse/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=760969&r1=760968&r2=760969&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Wed Apr 1 17:24:38 2009
@@ -698,6 +698,10 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -877,7 +881,7 @@
<!-- dependencies of Synapse extensions module -->
<wso2commons.version>1.2</wso2commons.version>
- <wso2caching.version>1.6.1</wso2caching.version>
+ <wso2caching.version>3.0</wso2caching.version>
<wso2throttle.version>1.6</wso2throttle.version>
<wso2eventing-api.version>SNAPSHOT</wso2eventing-api.version>
<xbean.version>2.2.0</xbean.version>