[jboss-jira] [JBoss JIRA] (WFLY-1273) Remove hard wired dependency on configadmin

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Apr 24 05:30:53 EDT 2013


Thomas Diesler created WFLY-1273:
------------------------------------

             Summary: 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
            Assignee: 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