mirror of https://github.com/apache/maven.git
o update to slf4j 1.7.3 and use logger factory reset()
This commit is contained in:
parent
bd4c38b7fd
commit
33abdd2ccf
|
@ -28,5 +28,6 @@ public class MavenSlf4jSimpleFriend
|
||||||
public static void init()
|
public static void init()
|
||||||
{
|
{
|
||||||
SimpleLogger.init();
|
SimpleLogger.init();
|
||||||
|
SimpleLoggerFactory.INSTANCE.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -58,7 +58,7 @@
|
||||||
<cipherVersion>1.7</cipherVersion>
|
<cipherVersion>1.7</cipherVersion>
|
||||||
<modelloVersion>1.7</modelloVersion>
|
<modelloVersion>1.7</modelloVersion>
|
||||||
<jxpathVersion>1.3</jxpathVersion>
|
<jxpathVersion>1.3</jxpathVersion>
|
||||||
<slf4jVersion>1.7.2</slf4jVersion>
|
<slf4jVersion>1.7.3</slf4jVersion>
|
||||||
<aetherVersion>0.9.0.M2</aetherVersion>
|
<aetherVersion>0.9.0.M2</aetherVersion>
|
||||||
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
||||||
<!-- Control the name of the distribution and information output by mvn -->
|
<!-- Control the name of the distribution and information output by mvn -->
|
||||||
|
|
Loading…
Reference in New Issue