You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2014/12/05 17:56:27 UTC

stratos git commit: adding nimbuz dependency

Repository: stratos
Updated Branches:
  refs/heads/master 7aadf446f -> 1816c9212


adding nimbuz dependency


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

Branch: refs/heads/master
Commit: 1816c921241fdf264f36bf8f452a0243dc9fe1da
Parents: 7aadf44
Author: Udara Liyanage <ud...@wso2.com>
Authored: Fri Dec 5 22:26:12 2014 +0530
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Fri Dec 5 22:26:12 2014 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.autoscaler/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/1816c921/components/org.apache.stratos.autoscaler/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml
index 7ae4dd2..3d1ff65 100644
--- a/components/org.apache.stratos.autoscaler/pom.xml
+++ b/components/org.apache.stratos.autoscaler/pom.xml
@@ -203,7 +203,11 @@
             <artifactId>org.wso2.carbon.identity.application.mgt.stub</artifactId>
             <version>4.2.0</version>
         </dependency>
-
+	<dependency>
+            <groupId>com.nimbusds.wso2</groupId>
+            <artifactId>nimbus-jose-jwt</artifactId>
+            <version>2.26.1.wso2v2</version>
+        </dependency>
     </dependencies>
 
     <build>