Hi, I found few problems in components with related to dependency versions. Could you please review the changes.
Thanks Imesh
From ddcb1438348a35f845274993710c0abcd9e23d01 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne <[email protected]> Date: Tue, 16 Jul 2013 06:35:35 +0530 Subject: [PATCH] Fixed dependency versions --- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 12 ++++++------ components/org.apache.stratos.theme.mgt.ui/pom.xml | 6 ++++-- components/org.apache.stratos.theme.mgt/pom.xml | 2 ++ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index aefbdd4..02364ad 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -21,12 +21,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>org.wso2.carbon</groupId> - <artifactId>stratos-components</artifactId> - <version>3.0.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> + <parent> + <groupId>org.apache.stratos</groupId> + <artifactId>stratos-components-parent</artifactId> + <version>3.0.0-SNAPSHOT</version> + </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.apache.stratos.cartridge.mgt.ui</artifactId> @@ -39,6 +38,7 @@ <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.ui</artifactId> + <version>4.1.0</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index cf7f546..99fa478 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -111,6 +111,7 @@ <groupId>org.eclipse.equinox</groupId> <artifactId>javax.servlet</artifactId> <scope>provided</scope> + <version>3.0.0.v201112011016</version> </dependency> <dependency> <groupId>org.apache.axis2.wso2</groupId> @@ -119,6 +120,7 @@ <dependency> <groupId>org.apache.ws.commons.axiom.wso2</groupId> <artifactId>axiom</artifactId> + <version>1.2.11.wso2v4</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> @@ -130,10 +132,10 @@ <artifactId>org.wso2.carbon.core</artifactId> <version>${carbon.platform.version}</version> </dependency> - <dependency> + <!-- dependency> <groupId>org.apache.batik.wso2</groupId> <artifactId>batik</artifactId> - </dependency> + </dependency --> <!--<dependency>--> <!--<groupId>org.wso2.carbon</groupId>--> <!--<artifactId>org.wso2.carbon.registry.profiles.ui</artifactId>--> diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 71d44b2..7c2e8d7 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -97,10 +97,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.resource</artifactId> + <version>4.1.0</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.stratos.common</artifactId> + <version>2.1.2</version> </dependency> </dependencies> </project> -- 1.7.10.4
