Skip to content

Commit

Permalink
add dependency so log4j works w/ jetty.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 19, 2008
1 parent d5a382e commit 64d3004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions symmetric/pom.xml
Expand Up @@ -463,6 +463,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Include so log4j works w/ jetty -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
Expand Down

0 comments on commit 64d3004

Please sign in to comment.