[arquillian-issues] [JBoss JIRA] Created: (ARQ-430) Decide on a common use of logging framework

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu Apr 28 04:37:18 EDT 2011


Decide on a common use of logging framework
-------------------------------------------

                 Key: ARQ-430
                 URL: https://issues.jboss.org/browse/ARQ-430
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Thomas Diesler
             Fix For: 1.0.0.Beta1


I suggest to 

        <version.jboss_logging>3.0.0.Beta4</version.jboss_logging>
        <version.jboss_logmanager>1.2.0.CR8</version.jboss_logmanager>

            <dependency>
              <groupId>org.jboss.logging</groupId>
              <artifactId>jboss-logging</artifactId>
              <version>${version.jboss_logging}</version>
            </dependency>
            <dependency>
                <groupId>org.jboss.logmanager</groupId>
                <artifactId>jboss-logmanager</artifactId>
                <version>${version.jboss_logmanager}</version>
            </dependency>

in core build/pom.xml

All dependent modules can use the same logging framework as AS7 by default 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list