Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -69,6 +69,13 @@ | ... | @@ -69,6 +69,13 @@ |
69 | 69 | ||
70 | <dependency> | 70 | <dependency> |
71 | <groupId>org.slf4j</groupId> | 71 | <groupId>org.slf4j</groupId> |
72 | + <artifactId>slf4j-core</artifactId> | ||
73 | + <version>1.7.6</version> | ||
74 | + <scope>test</scope> | ||
75 | + </dependency> | ||
76 | + | ||
77 | + <dependency> | ||
78 | + <groupId>org.slf4j</groupId> | ||
72 | <artifactId>slf4j-jdk14</artifactId> | 79 | <artifactId>slf4j-jdk14</artifactId> |
73 | <version>1.7.6</version> | 80 | <version>1.7.6</version> |
74 | <scope>test</scope> | 81 | <scope>test</scope> | ... | ... |
-
Please register or login to post a comment