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

Commit

Permalink
Switch test logging to logback
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed May 17, 2012
1 parent b2e1a9e commit 80fbaab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 41 deletions.
10 changes: 5 additions & 5 deletions zanata-adapter-po/pom.xml
Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions zanata-adapter-properties/pom.xml
Expand Up @@ -32,11 +32,11 @@
<artifactId>infinitest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions zanata-adapter-xliff/pom.xml
Expand Up @@ -27,11 +27,11 @@
<groupId>org.zanata</groupId>
<artifactId>zanata-common-util</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions zanata-common-util/pom.xml
Expand Up @@ -47,11 +47,11 @@
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-io</groupId>
Expand Down
21 changes: 0 additions & 21 deletions zanata-common-util/src/test/resources/log4j.xml

This file was deleted.

0 comments on commit 80fbaab

Please sign in to comment.