You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/10/11 06:12:58 UTC

[12/50] [abbrv] git commit: Excluding incorrect http client versions from stratos product and removing unused jars.

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/faf532ce
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/faf532ce
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/faf532ce

Branch: refs/heads/master
Commit: faf532ce4ee61fc7e1669860088a74ceb0d81c47
Parents: 6780187
Author: Nirmal Fernando <ni...@gmail.com>
Authored: Wed Oct 8 19:09:13 2014 +0530
Committer: Nirmal Fernando <ni...@gmail.com>
Committed: Sat Oct 11 09:30:55 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/faf532ce/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>