Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-6675

log4j-slf4j-impl requires version 1.7.25 of slf4j-api while Wicket 8.5 requires version 1.7.26

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 8.5.0
    • 8.6.1, 9.0.0-M3
    • wicket
    • None

    Description

      I am using maven with logging

              <dependency>
                  <groupId>org.apache.logging.log4j</groupId>
                  <artifactId>log4j-web</artifactId>
                  <version>2.11.2</version>
              </dependency>       
              <dependency>
                  <groupId>org.apache.logging.log4j</groupId>
                  <artifactId>log4j-slf4j-impl</artifactId>
                  <version>2.11.2</version>
              </dependency>
      but log4j-slf4j-impl requires version 1.7.25 of slf4j-api while Wicket 8.5 requires version 1.7.26.

      See attached screenshot!

      Attachments

        1. Dependencies on SLF4J-api.PNG
          186 kB
          Michael Gerhards

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            michaelgerhards Michael Gerhards
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: