Added ability to log via slf4j in cord-gui.
Change-Id: I264c2d58357b50184b3b4b77ad679c89e1e121a2
Showing
1 changed file
with
10 additions
and
3 deletions
| ... | @@ -55,10 +55,17 @@ | ... | @@ -55,10 +55,17 @@ |
| 55 | </dependency> | 55 | </dependency> |
| 56 | 56 | ||
| 57 | <dependency> | 57 | <dependency> |
| 58 | - <groupId>com.google.sitebricks</groupId> | 58 | + <groupId>org.slf4j</groupId> |
| 59 | - <artifactId>slf4j</artifactId> | 59 | + <artifactId>slf4j-api</artifactId> |
| 60 | - <version>0.8.3</version> | 60 | + <version>1.7.7</version> |
| 61 | </dependency> | 61 | </dependency> |
| 62 | + | ||
| 63 | + <dependency> | ||
| 64 | + <groupId>org.slf4j</groupId> | ||
| 65 | + <artifactId>slf4j-jdk14</artifactId> | ||
| 66 | + <version>1.7.7</version> | ||
| 67 | + </dependency> | ||
| 68 | + | ||
| 62 | <dependency> | 69 | <dependency> |
| 63 | <groupId>commons-io</groupId> | 70 | <groupId>commons-io</groupId> |
| 64 | <artifactId>commons-io</artifactId> | 71 | <artifactId>commons-io</artifactId> | ... | ... |
-
Please register or login to post a comment