[jboss-jira] [JBoss JIRA] (WFLY-1273) Remove hard wired dependency on configadmin
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Jul 5 00:54:28 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler reopened WFLY-1273:
----------------------------------
> Remove hard wired dependency on configadmin
> -------------------------------------------
>
> Key: WFLY-1273
> URL: https://issues.jboss.org/browse/WFLY-1273
> Project: WildFly
> Issue Type: Task
> Components: ConfigAdmin, OSGi
> 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list