Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-4371

Maven dependency XML for JBoss Logging should not specify a version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • 7.0.0.CR2
    • None
    • Documentation
    • None

      In "Add Logging to an Application with JBoss Logging" in the Development Guide, (topic 4501.adoc), notes that the `jboss-javaee-7.0` BOM manages the version of `jboss-logging`, yet the XML includes `<version>3.3.0.Final-redhat-1</version>`. Since the EAP BOM manages the version, it should be removed from the example and just display the following.

      <dependency>
          <groupId>org.jboss.logging</groupId>
          <artifactId>jboss-logging</artifactId>
          <scope>provided</scope>
      </dependency>
      

      It might be nice, but not really necessary, to show the JBoss EAP BOM dependency as well.

      ee https://access.stage.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-7.0/development-guide/#add_logging_to_an_application_with_jboss_logging

            sgilda_jira Sande Gilda (Inactive)
            sgilda_jira Sande Gilda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: