Skip to content

Commit

Permalink
- minor clean up in relation to renaming of jcl104-over-slf4j as jcl-…
Browse files Browse the repository at this point in the history
…over-slf4j

- javadoc cleanup
  • Loading branch information
ceki committed Jun 5, 2008
1 parent d2b16c4 commit 2fb77b1
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 251 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 2fb77b1

Please sign in to comment.