Updated Branches: refs/heads/master 29671ce62 -> 502db4103
fixing class loading issue STRATOS-301 Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5eb352bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5eb352bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5eb352bf Branch: refs/heads/master Commit: 5eb352bf6de86b12a68ff2efe3975d46b29075d2 Parents: c01173c Author: Udara Liyanage <[email protected]> Authored: Tue Dec 17 17:14:21 2013 -0500 Committer: Udara Liyanage <[email protected]> Committed: Tue Dec 17 17:14:21 2013 -0500 ---------------------------------------------------------------------- service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5eb352bf/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index cc15b50..0c138c6 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -91,12 +91,10 @@ org.apache.stratos.autoscaler.deployment.policy.*; version=${project.version}, org.apache.stratos.autoscaler.policy.model.*; version=${project.version}, org.apache.stratos.autoscaler.exception.*; version=${project.version}, - org.apache.stratos.cloud.controller.deployment.*; version=${project.version}, org.apache.stratos.autoscaler.partition.*; version=${project.version}, org.apache.stratos.autoscaler.api.*; version=${project.version} </Export-Package> <Private-Package> - org.apache.stratos.cloud.controller.deployment.partition.*; version=${project.version} </Private-Package> <Import-Package> *;resolution:=optional
