Skip to content

Commit

Permalink
re-tagging 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Jun 5, 2008
2 parents f8cf0c1 + 2fb77b1 commit 40c5b11
Show file tree
Hide file tree
Showing 229 changed files with 248 additions and 23,151 deletions.
16 changes: 4 additions & 12 deletions jul-to-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,16 @@
</description>

<dependencies>
<dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl104-over-slf4j</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@
<packages>org.apache.log4j</packages>
</group>

<group>
<title>java.util.logging (JUL) to SLF4J bridge</title>
<packages>org.slf4j.bridge</packages>
</group>

</groups>
</configuration>
</plugin>
Expand Down
Loading

0 comments on commit 40c5b11

Please sign in to comment.