You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/08/30 06:21:53 UTC

git commit: Excluded guava libraries coming from lb.common

Updated Branches:
  refs/heads/master bc21fb7cf -> bb228087e


Excluded guava libraries coming from lb.common


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/bb228087
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/bb228087
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/bb228087

Branch: refs/heads/master
Commit: bb228087e3045350cb967b2fd93361e774f1a319
Parents: bc21fb7
Author: Isuru Perera <is...@apache.org>
Authored: Fri Aug 30 09:51:20 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Fri Aug 30 09:51:20 2013 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.cloud.controller/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/bb228087/components/org.apache.stratos.cloud.controller/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml
index ba96797..9ee8d61 100644
--- a/components/org.apache.stratos.cloud.controller/pom.xml
+++ b/components/org.apache.stratos.cloud.controller/pom.xml
@@ -96,6 +96,12 @@
             <groupId>org.apache.stratos</groupId>
             <artifactId>org.apache.stratos.lb.common</artifactId>
             <version>${project.version}</version>
+		    <exclusions>
+		        <exclusion>
+		            <groupId>com.google.guava.wso2</groupId>
+		            <artifactId>guava</artifactId>
+		        </exclusion>
+		    </exclusions>
         </dependency>
 
 
@@ -114,7 +120,7 @@
             <artifactId>guava</artifactId>
         </exclusion>
     </exclusions>
-
+	
 </dependency>
 	<dependency>
 	    <groupId>com.google.guava</groupId>