fixing a class loading issue
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/71df833c Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/71df833c Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/71df833c Branch: refs/heads/master Commit: 71df833c2c300181e0689917184e1c94bc553d25 Parents: b1c1565 Author: Nirmal Fernando <[email protected]> Authored: Thu Mar 20 09:23:42 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Thu Mar 20 09:23:42 2014 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.manager/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/71df833c/components/org.apache.stratos.manager/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 063ad17..1765345 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -144,6 +144,7 @@ <Import-Package> org.apache.axis2.*; version="1.6.1-wso2v10", org.apache.axiom.*; version="${axiom.osgi.version.range}", + org.apache.stratos.autoscaler.stub; version="${project.version}", org.apache.neethi.*; version="2.0.4.wso2v4", javax.xml.stream.*; version="1.0.1",
