comparison artifact-database/pom.xml @ 83:8c4638abd518

Installed a SLF4J bridge to route incoming jul logs (used by restlet) to log4j. artifacts/trunk@820 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Mar 2010 15:54:06 +0000
parents f69e5b87f05f
children 7fc0650f194c
comparison
equal deleted inserted replaced
82:efe752c4f8b2 83:8c4638abd518
82 <dependency> 82 <dependency>
83 <groupId>log4j</groupId> 83 <groupId>log4j</groupId>
84 <artifactId>log4j</artifactId> 84 <artifactId>log4j</artifactId>
85 <version>1.2.14</version> 85 <version>1.2.14</version>
86 </dependency> 86 </dependency>
87 <dependency>
88 <groupId>org.slf4j</groupId>
89 <artifactId>jul-to-slf4j</artifactId>
90 <version>1.5.11</version>
91 </dependency>
92 <dependency>
93 <groupId>org.slf4j</groupId>
94 <artifactId>slf4j-log4j12</artifactId>
95 <version>1.5.11</version>
96 </dependency>
87 </dependencies> 97 </dependencies>
88 </project> 98 </project>

http://dive4elements.wald.intevation.org