Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the SLF4J log4j binding (you don't need this for 1.2.x; see above):

Code Block
xml
xml
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-log4j12</artifactId>
    <version>1.4.0</version>
</dependency>

...