From d9d6964fee3637d18988defce347cf6bccfc9499 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Tue, 7 Mar 2017 02:14:52 +0530 Subject: [PATCH] added missing plugins --- .../pom.xml | 3 +++ .../org.wso2.carbon.device.mgt.adapter.feature/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml b/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml index a8be9fc351..a09b53a80a 100644 --- a/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml +++ b/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml @@ -80,6 +80,9 @@ io.github.openfeign:feign-gson:${io.github.openfeign.version} + + io.github.openfeign:feign-slf4j:${io.github.openfeign.version} + org.wso2.carbon.core.server:${carbon.kernel.version} diff --git a/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml b/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml index 65d06ffea9..e10bd7e2de 100644 --- a/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml +++ b/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml @@ -198,6 +198,9 @@ io.github.openfeign:feign-core:${io.github.openfeign.version} + + io.github.openfeign:feign-slf4j:${io.github.openfeign.version} + io.github.openfeign:feign-gson:${io.github.openfeign.version}