mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #203 from charithag/master
Fix bundle imports for java 8
This commit is contained in:
commit
ff56ecb32c
@ -103,7 +103,8 @@
|
||||
org.wso2.carbon.user.api,
|
||||
org.wso2.carbon.utils.multitenancy,
|
||||
org.json.simple,
|
||||
org.wso2.carbon.context
|
||||
org.wso2.carbon.context,
|
||||
org.wso2.carbon.base
|
||||
</Import-Package>
|
||||
<Export-Package>
|
||||
!org.wso2.carbon.apimgt.application.extension.internal,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user