Repository: stratos Updated Branches: refs/heads/master e3209c758 -> 517ffbf77
Remove the org.wso2.carbon.registry.ws.client from pom dependencies Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/517ffbf7 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/517ffbf7 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/517ffbf7 Branch: refs/heads/master Commit: 517ffbf77d2c431ee3b158cebe11285ebb563eee Parents: e3209c7 Author: Gayan Gunarathne <[email protected]> Authored: Fri Jan 16 17:40:45 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Fri Jan 16 17:40:45 2015 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.metadataservice.feature/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/517ffbf7/features/manager/metadataservice/org.apache.stratos.metadataservice.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/manager/metadataservice/org.apache.stratos.metadataservice.feature/pom.xml b/features/manager/metadataservice/org.apache.stratos.metadataservice.feature/pom.xml index a4018f0..37ae4fc 100644 --- a/features/manager/metadataservice/org.apache.stratos.metadataservice.feature/pom.xml +++ b/features/manager/metadataservice/org.apache.stratos.metadataservice.feature/pom.xml @@ -216,11 +216,7 @@ <artifactId>carbon-cxf</artifactId> <version>1.0.0</version> </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.registry.ws.client</artifactId> - <version>4.2.0</version> - </dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.ws.stub</artifactId>
