mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing the dynamic imports
This commit is contained in:
parent
8a698b1b81
commit
93a295f8a7
@ -56,7 +56,27 @@
|
|||||||
!org.wso2.carbon.dynamic.client.web.app.registration.internal,
|
!org.wso2.carbon.dynamic.client.web.app.registration.internal,
|
||||||
org.wso2.carbon.dynamic.client.web.app.registration.*
|
org.wso2.carbon.dynamic.client.web.app.registration.*
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
<DynamicImport-Package>*</DynamicImport-Package>
|
<Import-Package>
|
||||||
|
javax.xml.bind.*,
|
||||||
|
com.google.*,
|
||||||
|
javax.net.ssl,
|
||||||
|
javax.servlet,
|
||||||
|
org.apache.axis2.context,
|
||||||
|
org.apache.catalina,
|
||||||
|
org.apache.catalina.core,
|
||||||
|
org.apache.commons.*,
|
||||||
|
org.apache.http,
|
||||||
|
org.apache.http.*,
|
||||||
|
org.osgi.framework,
|
||||||
|
org.osgi.service.component,
|
||||||
|
org.wso2.carbon.context,
|
||||||
|
org.wso2.carbon.core,
|
||||||
|
org.wso2.carbon.core.security,
|
||||||
|
org.wso2.carbon.dynamic.client.*,
|
||||||
|
org.wso2.carbon.registry.*,
|
||||||
|
org.wso2.carbon.user.*,
|
||||||
|
org.wso2.carbon.utils
|
||||||
|
</Import-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user