Revert: Fixing the build failure by adding the missing jar in the feature installation.

revert-dabc3590
sinthuja 8 years ago
parent c3e87c10d4
commit e30d944d49

@ -64,10 +64,6 @@
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.iot.input.adapter.xmpp</artifactId>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
</dependencies>
<build>
@ -178,9 +174,6 @@
<bundleDef>
org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.stub:${identity.inbound.auth.oauth.version}
</bundleDef>
<bundleDef>
com.jayway.jsonpath:json-path
</bundleDef>
</bundles>
<importFeatures>
<importFeatureDef>

Loading…
Cancel
Save