|
|
|
@ -161,6 +161,12 @@ |
|
|
|
<version>${org.slf4j.version}</version> |
|
|
|
<version>${org.slf4j.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
|
|
|
<artifactId>jul-to-slf4j</artifactId> |
|
|
|
|
|
|
|
<version>${org.slf4j.version}</version> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
@ -259,6 +265,9 @@ |
|
|
|
<exclude>**/PerformanceTests.java</exclude> |
|
|
|
<exclude>**/PerformanceTests.java</exclude> |
|
|
|
</excludes> |
|
|
|
</excludes> |
|
|
|
<junitArtifactName>junit:junit-dep</junitArtifactName> |
|
|
|
<junitArtifactName>junit:junit-dep</junitArtifactName> |
|
|
|
|
|
|
|
<systemPropertyVariables> |
|
|
|
|
|
|
|
<java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file> |
|
|
|
|
|
|
|
</systemPropertyVariables> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
|