Author: ruwan
Date: Tue Mar 17 23:26:30 2009
New Revision: 32193
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32193

Log:
Fixing the dependencies


Modified:
   
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/pom.xml
   
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/src/main/java/org/wso2/carbon/localentry/ui/client/LocalEntryAdminClient.java
   
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry/pom.xml
   branches/esb/java/2.0.1/carbon-components/localentry/pom.xml

Modified: 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/pom.xml?rev=32193&r1=32192&r2=32193&view=diff
==============================================================================
--- 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/pom.xml
  (original)
+++ 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/pom.xml
  Tue Mar 17 23:26:30 2009
@@ -23,12 +23,13 @@
     <parent>
         <groupId>org.wso2.carbon</groupId>
         <artifactId>localentry-parent</artifactId>
-        <version>1.5.1</version>
+        <version>1.5.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.wso2.carbon.localentry.ui</artifactId>
     <packaging>bundle</packaging>
+    <version>1.5.2</version>
     <name>WSO2 Carbon - localentry UI</name>
     <url>http://www.wso2.org</url>
 
@@ -158,90 +159,6 @@
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.axis2</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.core</artifactId>
-            <version>${wso2carbon.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.ui</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.axis2</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.utils</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.registry.core</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.framework</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.main</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.eclipse.equinox</groupId>
-            <artifactId>org.eclipse.equinox.http.servlet</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.eclipse.equinox</groupId>
-            <artifactId>org.eclipse.equinox.http.helper</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.eclipse.equinox</groupId>
-            <artifactId>org.eclipse.equinox.jsp.jasper</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.eclipse.equinox</groupId>
-            <artifactId>javax.servlet.jsp</artifactId>
-        </dependency>
-<!--
-                    <dependency>
-                <groupId>org.apache.ws.commons.axiom</groupId>
-                <artifactId>axiom-api</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.axiom</groupId>
-                <artifactId>axiom-impl</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.axiom</groupId>
-                <artifactId>axiom-dom</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
--->
-
     </dependencies>
 
 

Modified: 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/src/main/java/org/wso2/carbon/localentry/ui/client/LocalEntryAdminClient.java
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/src/main/java/org/wso2/carbon/localentry/ui/client/LocalEntryAdminClient.java?rev=32193&r1=32192&r2=32193&view=diff
==============================================================================
--- 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/src/main/java/org/wso2/carbon/localentry/ui/client/LocalEntryAdminClient.java
    (original)
+++ 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry.ui/src/main/java/org/wso2/carbon/localentry/ui/client/LocalEntryAdminClient.java
    Tue Mar 17 23:26:30 2009
@@ -1,8 +1,5 @@
 package org.wso2.carbon.localentry.ui.client;
 
-import org.wso2.carbon.core.ServerManager;
-import org.osgi.framework.BundleContext;
-import org.osgi.framework.ServiceReference;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.ConfigurationContextFactory;
 import org.apache.axis2.client.ServiceClient;

Modified: 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry/pom.xml?rev=32193&r1=32192&r2=32193&view=diff
==============================================================================
--- 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry/pom.xml
     (original)
+++ 
branches/esb/java/2.0.1/carbon-components/localentry/org.wso2.carbon.localentry/pom.xml
     Tue Mar 17 23:26:30 2009
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.wso2.carbon</groupId>
         <artifactId>localentry-parent</artifactId>
-        <version>1.5.1</version>
+        <version>1.5.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.wso2.carbon.localentry</artifactId>
     <packaging>bundle</packaging>
-    <version>1.5.1</version>
+    <version>1.5.2</version>
     <name>WSO2 Carbon - Localentry AdminService</name>
     <url>http://www.wso2.org</url>
 
@@ -37,20 +37,37 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.core</artifactId>
-            <version>${wso2carbon.version}</version>
+            <version>${carbon.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.wso2.carbon</groupId>
+                    <artifactId>org.wso2.carbon.bridge</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.wso2.carbon</groupId>
+                    <artifactId>org.wso2.carbon.user.core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.wso2.carbon</groupId>
+                    <artifactId>org.wso2.carbon.utils</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.wso2.carbon</groupId>
+                    <artifactId>org.wso2.carbon.registry.core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
-
-          <dependency>
+        <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.mediation.utils</artifactId>
-            <version>${pom.version}</version>
+            <version>${carbon.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.synapse</groupId>
             <artifactId>synapse-core</artifactId>
-            <version>1.2.wso2v1</version>
+            <version>${synapse.version}</version>
         </dependency>
 
     </dependencies>
@@ -103,7 +120,4 @@
         </plugins>
     </build>
 
-    <properties>
-        <derby.version>10.2.2.0</derby.version>
-    </properties>
 </project>

Modified: branches/esb/java/2.0.1/carbon-components/localentry/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/localentry/pom.xml?rev=32193&r1=32192&r2=32193&view=diff
==============================================================================
--- branches/esb/java/2.0.1/carbon-components/localentry/pom.xml        
(original)
+++ branches/esb/java/2.0.1/carbon-components/localentry/pom.xml        Tue Mar 
17 23:26:30 2009
@@ -28,16 +28,19 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>localentry-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1.5.1</version>
+    <version>1.5.2</version>
     <name>localentry-parent</name>
     <url>http://wso2.org</url>
 
-
     <modules>
         <module>org.wso2.carbon.localentry</module>
         <module>org.wso2.carbon.localentry.ui</module>
     </modules>
-    
+
+    <properties>
+        <carbon.version>1.5.1</carbon.version>
+        <synapse.version>1.2.wso2v2</synapse.version>
+    </properties>
     
 </project>
 

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to