Updated Branches: refs/heads/master ae0ac4bad -> 7ebf48bcc
Imported org.apache.stratos.load.balancer.common.statistics.publisher in load balancer Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/7ebf48bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/7ebf48bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/7ebf48bc Branch: refs/heads/master Commit: 7ebf48bccc60e040cd68c4dc0e1c87bacec34aba Parents: ae0ac4b Author: Imesh Gunaratne <[email protected]> Authored: Wed Dec 25 10:07:28 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Wed Dec 25 10:07:28 2013 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.load.balancer/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7ebf48bc/components/org.apache.stratos.load.balancer/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index a763770..e9894ba 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -125,8 +125,7 @@ org.apache.stratos.load.balancer.mediators, </Export-Package> <Import-Package> - !org.apache.stratos.load.balancer.endpoint, - !org.apache.stratos.load.balancer, + org.apache.stratos.load.balancer.common.statistics.publisher, org.wso2.carbon.registry.core.service; version=1.0.1, *;resolution:=optional </Import-Package>
