o update to slf4j 1.7.3 and use logger factory reset()

This commit is contained in:
Jason van Zyl 2013-03-17 18:48:06 -07:00
parent bd4c38b7fd
commit 33abdd2ccf
2 changed files with 2 additions and 1 deletions

View File

@ -28,5 +28,6 @@ public class MavenSlf4jSimpleFriend
public static void init()
{
SimpleLogger.init();
SimpleLoggerFactory.INSTANCE.reset();
}
}

View File

@ -58,7 +58,7 @@
<cipherVersion>1.7</cipherVersion>
<modelloVersion>1.7</modelloVersion>
<jxpathVersion>1.3</jxpathVersion>
<slf4jVersion>1.7.2</slf4jVersion>
<slf4jVersion>1.7.3</slf4jVersion>
<aetherVersion>0.9.0.M2</aetherVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<!-- Control the name of the distribution and information output by mvn -->