From 5c215189d10e11ee3f12c9b8dc32e08f5357320e Mon Sep 17 00:00:00 2001 From: Kamidu Sachith Date: Tue, 13 Oct 2015 11:45:00 +0530 Subject: [PATCH] Enable java8 support --- .../backend-oauth-authenticator/pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/components/identity-extensions/backend-oauth-authenticator/pom.xml b/components/identity-extensions/backend-oauth-authenticator/pom.xml index fdf8334f830..e148f5fdf3b 100644 --- a/components/identity-extensions/backend-oauth-authenticator/pom.xml +++ b/components/identity-extensions/backend-oauth-authenticator/pom.xml @@ -111,14 +111,13 @@ org.wso2.carbon.core.security, org.wso2.carbon.core.services.authentication, org.wso2.carbon.identity.oauth2.stub, - org.wso2.carbon.identity.oauth2.stub.dto + org.wso2.carbon.identity.oauth2.stub.dto, + org.wso2.carbon.base, + org.wso2.carbon.utils - - org.wso2.carbon.identity.authenticator.backend.oauth.*; - - + - \ No newline at end of file +