...
| Code Block |
|---|
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.6.0<1</version>
<scope>runtime</scope>
</dependency>
|
...
| Code Block |
|---|
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.0<1</version>
<scope>runtime</scope>
</dependency>
|
...