Updated Branches: refs/heads/master b797ef7a5 -> bdaf0e375
removing autosclaer stub jar from rest endpoint feature dependencies to stop it from getting packed Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/76a14e36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/76a14e36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/76a14e36 Branch: refs/heads/master Commit: 76a14e36862e09b1934a187de4e54f21d3a75a4b Parents: 9ce111c Author: Isuru <[email protected]> Authored: Tue Dec 17 19:57:38 2013 +0530 Committer: Isuru <[email protected]> Committed: Tue Dec 17 19:57:38 2013 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/76a14e36/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index e176835..22b6108 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -216,11 +216,11 @@ <artifactId>carbon-cxf</artifactId> <version>1.0.0</version> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.autoscaler.service.stub</artifactId> <version>${project.version}</version> - </dependency> + </dependency--> </dependencies> <build>
