From a55dc9bce891c0cbca8a8da560716138868323bc Mon Sep 17 00:00:00 2001 From: Shabirmean Date: Tue, 7 Jun 2016 09:29:54 +0530 Subject: [PATCH] Adding necessary imports for the Certificate generation from CSR --- .../org.wso2.carbon.certificate.mgt.core/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/pom.xml b/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/pom.xml index 8635865bf4..b6abda03d1 100644 --- a/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/pom.xml +++ b/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/pom.xml @@ -68,8 +68,9 @@ org.bouncycastle.jce.provider, org.bouncycastle.operator, org.bouncycastle.operator.jcajce, + org.bouncycastle.asn1.x500.style, org.bouncycastle.pkcs, - org.bouncycastle.openssl, + org.bouncycastle.util, org.jscep.message, org.wso2.carbon.context, @@ -77,7 +78,7 @@ org.w3c.dom, org.xml.sax, javax.sql, - javax.cache, + javax.naming, javax.xml.bind.annotation, javax.xml.bind, @@ -85,7 +86,7 @@ org.wso2.carbon.device.mgt.common.*, io.swagger.annotations.*;resolution:=optional, org.wso2.carbon.device.mgt.core.*, - org.bouncycastle.pkcs.jcajce + !org.wso2.carbon.certificate.mgt.core.internal.*,