Excluding incorrect http client versions from stratos product and removing unused jars.
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/fbb8eb9f Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/fbb8eb9f Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/fbb8eb9f Branch: refs/heads/container-autoscaling Commit: fbb8eb9f4d1683d480af51c74a978a424fe6f78f Parents: b7222b3 Author: Nirmal Fernando <[email protected]> Authored: Wed Oct 8 19:09:13 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Wed Oct 8 22:21:30 2014 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/assembly/bin.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/fbb8eb9f/products/stratos/modules/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index e244ea4..a318f5c 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -72,6 +72,8 @@ <exclude>**/marshalling_1.3.6.wso2v1.jar</exclude> <exclude>**/jboss-transaction-api_1.1_spec-1.0.0.Final.jar</exclude> <exclude>**/org.wso2.carbon.ui_4.2.0.jar</exclude> + <exclude>**/httpclient_4.1.1.wso2v1.jar</exclude> + <exclude>**/httpcore_4.1.0.wso2v1.jar</exclude> </excludes> </fileSet> @@ -605,10 +607,6 @@ <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar</include> <include>org.fusesource.hawtbuf:hawtbuf:jar</include> <include>org.eclipse.paho:mqtt-client:jar</include> - <include>org.apache.stratos:org.apache.stratos.kubernetes.client:jar</include> - <include>org.jboss.resteasy:resteasy-jaxrs:jar</include> - <include>org.jboss.resteasy:resteasy-jaxb-provider:jar</include> - <include>org.jboss.resteasy:resteasy-jackson-provider:jar</include> </includes> </dependencySet> <dependencySet>
