[Carbon-commits] [Carbon] svn commit r92395 - trunk/carbon/components/event/org.wso2.carbon.event.ui

amila at wso2.com amila at wso2.com
Sun Apr 24 23:36:26 PDT 2011


Author: amila
Date: Sun Apr 24 23:36:26 2011
New Revision: 92395
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=92395

Log:
removing api dependency

Modified:
   trunk/carbon/components/event/org.wso2.carbon.event.ui/pom.xml

Modified: trunk/carbon/components/event/org.wso2.carbon.event.ui/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/components/event/org.wso2.carbon.event.ui/pom.xml?rev=92395&r1=92394&r2=92395&view=diff
==============================================================================
--- trunk/carbon/components/event/org.wso2.carbon.event.ui/pom.xml	(original)
+++ trunk/carbon/components/event/org.wso2.carbon.event.ui/pom.xml	Sun Apr 24 23:36:26 2011
@@ -36,11 +36,7 @@
         </dependency>
         <dependency>
 	        <groupId>org.wso2.carbon</groupId>
-		    <artifactId>org.wso2.carbon.event.api</artifactId>
-        </dependency>
-        <dependency>
-	        <groupId>org.wso2.carbon</groupId>
-		    <artifactId>org.wso2.carbon.event.client</artifactId>
+	       <artifactId>org.wso2.carbon.event.client</artifactId>
         </dependency>
          <dependency>
 	        <groupId>org.wso2.carbon</groupId>


More information about the Carbon-commits mailing list