[esb-java-dev] svn commit r24317 - branches/synapse/1.2.wso2v1
asankaa at wso2.com
asankaa at wso2.com
Thu Nov 20 02:59:50 PST 2008
Author: asankaa
Date: Thu Nov 20 02:59:50 2008
New Revision: 24317
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=24317
Log:
add org.wso2.eventing as a dependency
Modified:
branches/synapse/1.2.wso2v1/pom.xml
Modified: branches/synapse/1.2.wso2v1/pom.xml
URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/pom.xml?rev=24317&r1=24316&r2=24317&view=diff
==============================================================================
--- branches/synapse/1.2.wso2v1/pom.xml (original)
+++ branches/synapse/1.2.wso2v1/pom.xml Thu Nov 20 02:59:50 2008
@@ -460,10 +460,19 @@
<version>${jms-1.1-spec.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.wso2.eventing</groupId>
+ <artifactId>eventing-api</artifactId>
+ <version>${eventing-api.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.wso2.eventing</groupId>
+ <artifactId>eventing-api</artifactId>
+ </dependency>
<!-- Axis2 -->
<dependency>
<groupId>org.apache.axis2</groupId>
@@ -1194,6 +1203,7 @@
<wrapper.version>3.2.3</wrapper.version>
<saxon.version>8.9</saxon.version>
<commons_io.version>1.4</commons_io.version>
+ <eventing-api.version>SNAPSHOT</eventing-api.version>
<!-- dependencies of Synapse extensions module -->
<wso2commons.version>1.2</wso2commons.version>
More information about the Esb-java-dev
mailing list