Logging fixes for tests (#340)
* Adding log4j dependency for testing. Moving log4j.properties from test/src to test/resources.
This commit is contained in:
parent
86cc068454
commit
be60a5507d
2 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
|
@ -102,6 +102,13 @@
|
|||
<version>1.11.86</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
|
|
|
|||
Loading…
Reference in a new issue