Author: ruwan Date: Tue Mar 17 22:53:01 2009 New Revision: 32192 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32192
Log: Fixing the dependencies Modified: branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/pom.xml branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint/pom.xml branches/esb/java/2.0.1/carbon-components/endpoint/pom.xml Modified: branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/pom.xml?rev=32192&r1=32191&r2=32192&view=diff ============================================================================== --- branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/pom.xml (original) +++ branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/pom.xml Tue Mar 17 22:53:01 2009 @@ -23,12 +23,13 @@ <parent> <groupId>org.wso2.carbon</groupId> <artifactId>endpoint-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.wso2.carbon.endpoint.ui</artifactId> <packaging>bundle</packaging> + <version>1.5.2</version> <name>WSO2 Carbon - endpoint UI</name> <url>http://www.wso2.org</url> @@ -133,108 +134,13 @@ </build> <dependencies> - <dependency> - <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.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.mediation.utils</artifactId> - <version>${pom.version}</version> - </dependency> + <dependency> <groupId>org.apache.synapse</groupId> <artifactId>synapse-core</artifactId> - <version>1.2.wso2v1</version> + <version>${synapse.version}</version> </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> - - </project> Modified: branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint/pom.xml?rev=32192&r1=32191&r2=32192&view=diff ============================================================================== --- branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint/pom.xml (original) +++ branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint/pom.xml Tue Mar 17 22:53:01 2009 @@ -23,13 +23,13 @@ <parent> <groupId>org.wso2.carbon</groupId> <artifactId>endpoint-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.wso2.carbon.endpoint</artifactId> <packaging>bundle</packaging> - <version>1.5.1</version> + <version>1.5.2</version> <name>WSO2 Carbon - endpoint AdminService</name> <url>http://www.wso2.org</url> @@ -37,19 +37,35 @@ <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> @@ -98,7 +114,4 @@ </plugins> </build> - <properties> - <derby.version>10.2.2.0</derby.version> - </properties> </project> Modified: branches/esb/java/2.0.1/carbon-components/endpoint/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/endpoint/pom.xml?rev=32192&r1=32191&r2=32192&view=diff ============================================================================== --- branches/esb/java/2.0.1/carbon-components/endpoint/pom.xml (original) +++ branches/esb/java/2.0.1/carbon-components/endpoint/pom.xml Tue Mar 17 22:53:01 2009 @@ -28,16 +28,19 @@ <modelVersion>4.0.0</modelVersion> <artifactId>endpoint-parent</artifactId> <packaging>pom</packaging> - <version>1.5.1</version> + <version>1.5.2</version> <name>endpoint-parent</name> <url>http://wso2.org</url> - <modules> <module>org.wso2.carbon.endpoint</module> <module>org.wso2.carbon.endpoint.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
