From f159855d94d36d28828d2a3ffda23271dd4003bc Mon Sep 17 00:00:00 2001 From: godwin Date: Tue, 8 Mar 2016 10:46:41 +0530 Subject: [PATCH 1/2] Add missing dependency --- modules/samples/user-mgt/remote-user-mgt/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/samples/user-mgt/remote-user-mgt/pom.xml b/modules/samples/user-mgt/remote-user-mgt/pom.xml index 5b5c05ad4b8..18c1a1c83d5 100644 --- a/modules/samples/user-mgt/remote-user-mgt/pom.xml +++ b/modules/samples/user-mgt/remote-user-mgt/pom.xml @@ -30,6 +30,10 @@ org.wso2.carbon org.wso2.carbon.authenticator.stub + + org.wso2.carbon + org.wso2.carbon.user.core + From cd861cd463a532ccfdcbab3fb1dbdcb9d2fb7fb7 Mon Sep 17 00:00:00 2001 From: godwin Date: Tue, 8 Mar 2016 11:32:55 +0530 Subject: [PATCH 2/2] Fix dependency issues --- modules/samples/oauth2/custom-grant/pom.xml | 4 ++++ modules/samples/sso/sso-agent-sample/pom.xml | 4 ++++ pom.xml | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/modules/samples/oauth2/custom-grant/pom.xml b/modules/samples/oauth2/custom-grant/pom.xml index e6f2cf65dcf..33d31b366c5 100644 --- a/modules/samples/oauth2/custom-grant/pom.xml +++ b/modules/samples/oauth2/custom-grant/pom.xml @@ -48,6 +48,10 @@ org.wso2.carbon org.wso2.carbon.user.core + + org.wso2.carbon.identity + org.wso2.carbon.identity.application.authentication.framework + diff --git a/modules/samples/sso/sso-agent-sample/pom.xml b/modules/samples/sso/sso-agent-sample/pom.xml index 03659901715..d7918ad1a8a 100644 --- a/modules/samples/sso/sso-agent-sample/pom.xml +++ b/modules/samples/sso/sso-agent-sample/pom.xml @@ -61,6 +61,10 @@ commons-collections commons-collections + + javax.servlet + servlet-api + diff --git a/pom.xml b/pom.xml index 3abde65d7c4..52a1e9d3014 100644 --- a/pom.xml +++ b/pom.xml @@ -1063,6 +1063,11 @@ org.wso2.carbon.identity.workflow.mgt ${carbon.identity.version} + + org.wso2.carbon.identity + org.wso2.carbon.identity.application.authentication.framework + ${carbon.identity.version} +