Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix logging config in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Dec 18, 2012
1 parent 32b7303 commit 000ae92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -18,7 +18,16 @@
<url>https://github.com/zanata/zanata-api</url>
</scm>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<modules>
<module>zanata-common-api</module>
</modules>

</project>

0 comments on commit 000ae92

Please sign in to comment.