]
Thomas Diesler moved WFLY-1273 to JBOSGI-731:
---------------------------------------------
Project: JBoss OSGi (was: WildFly)
Key: JBOSGI-731 (was: WFLY-1273)
Workflow: jira (was: GIT Pull Request workflow )
Component/s: (was: ConfigAdmin)
(was: OSGi)
Remove hard wired dependency on configadmin
-------------------------------------------
Key: JBOSGI-731
URL:
https://issues.jboss.org/browse/JBOSGI-731
Project: JBoss OSGi
Issue Type: Task
Reporter: Thomas Diesler
{code}
interface SystemPackagesIntegration {
String[] DEFAULT_SYSTEM_MODULES = new String[] {
"javax.api",
"javax.inject.api",
"org.apache.xerces",
"org.jboss.as.configadmin",
"org.jboss.as.controller-client",
"org.jboss.as.osgi",
"org.jboss.dmr",
"org.jboss.logging",
"org.jboss.modules",
"org.jboss.msc",
"org.jboss.osgi.framework",
"org.jboss.osgi.repository",
"org.jboss.osgi.resolver"
};
{code}
A modular build that contains osgi must currently also contain configadmin
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: