From c3e87c10d472da0dc3a90132e2a70619aa13e214 Mon Sep 17 00:00:00 2001 From: sinthuja Date: Wed, 2 Nov 2016 09:53:57 +0530 Subject: [PATCH] Fixing the build failure by adding the missing jar in the feature installation. --- .../org.wso2.carbon.device.mgt.iot.adapter.feature/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/iot-plugins-feature/iot-base-plugin-feature/org.wso2.carbon.device.mgt.iot.adapter.feature/pom.xml b/features/iot-plugins-feature/iot-base-plugin-feature/org.wso2.carbon.device.mgt.iot.adapter.feature/pom.xml index 5ae74a97c0..5532c1befe 100644 --- a/features/iot-plugins-feature/iot-base-plugin-feature/org.wso2.carbon.device.mgt.iot.adapter.feature/pom.xml +++ b/features/iot-plugins-feature/iot-base-plugin-feature/org.wso2.carbon.device.mgt.iot.adapter.feature/pom.xml @@ -64,6 +64,10 @@ org.wso2.carbon.devicemgt-plugins org.wso2.carbon.device.mgt.iot.input.adapter.xmpp + + com.jayway.jsonpath + json-path + @@ -174,6 +178,9 @@ org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.stub:${identity.inbound.auth.oauth.version} + + com.jayway.jsonpath:json-path +