Skip to content

Commit

Permalink
update logback to version 1.0.0
Browse files Browse the repository at this point in the history
This fixes an issue with the logging config file not being found.

Related logback issue: http://jira.qos.ch/browse/LBCLASSIC-246
  • Loading branch information
hoijui committed Dec 19, 2011
1 parent d301b38 commit 762bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>0.9.24</version>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 762bc11

Please sign in to comment.