Skip to content

Commit

Permalink
Revert "Update pallet-crates-test to use logback"
Browse files Browse the repository at this point in the history
This reverts commit 8e88d40.

The commit was meant for 0.7.0
  • Loading branch information
hugoduncan committed Sep 15, 2011
1 parent 432df76 commit 087f4b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 111 deletions.
36 changes: 5 additions & 31 deletions pallet-crates-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudhoist</groupId>
<artifactId>pallet-crates</artifactId>
<version>0.5.0</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pallet-crates-test</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<description>Provides test resources</description>
<packaging>jar</packaging>

Expand All @@ -17,36 +17,10 @@

<dependencies>
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>pallet</artifactId>
<version>0.6.3</version>
</dependency>
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>pallet</artifactId>
<version>0.6.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>0.9.29</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>0.9.29</version>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>
</project>
80 changes: 0 additions & 80 deletions pallet-crates-test/resources/logback-test.xml

This file was deleted.

0 comments on commit 087f4b8

Please sign in to comment.