Merge branch 'master' into 'master'

Fix classes not imported to FCM pom

Closes product-iots#323

See merge request entgra/carbon-device-mgt!441
This commit is contained in:
Dharmakeerthi Lasantha 2020-02-12 19:28:09 +00:00
commit 6ad69ca702

View File

@ -139,7 +139,7 @@
org.wso2.carbon.device.mgt.common.operation.mgt, org.wso2.carbon.device.mgt.common.operation.mgt,
org.wso2.carbon.device.mgt.common.push.notification, org.wso2.carbon.device.mgt.common.push.notification,
org.apache.commons.logging, org.apache.commons.logging,
org.wso2.carbon.device.mgt.common, org.wso2.carbon.device.mgt.common.*,
org.wso2.carbon.device.mgt.core.service org.wso2.carbon.device.mgt.core.service
</Import-Package> </Import-Package>
</instructions> </instructions>