From c0dd2c423efd86a9af18d515db4ba2fa9cf69d70 Mon Sep 17 00:00:00 2001 From: geethkokila Date: Fri, 29 Apr 2016 22:44:01 +0530 Subject: [PATCH] Fixing the build failure on java 8 --- .../org.wso2.carbon.device.mgt.oauth.extensions/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml index a40e30b63ff..c08f1274042 100644 --- a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml +++ b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml @@ -88,6 +88,7 @@ org.wso2.carbon.device.mgt.* org.wso2.carbon.identity.application.common.model, org.wso2.carbon.identity.oauth.callback, + org.wso2.carbon.identity.oauth.common, org.wso2.carbon.identity.oauth2, org.wso2.carbon.identity.oauth2.model, org.wso2.carbon.identity.oauth2.validators,