The branch, master has been updated via a9ff32e4b71921a09951dba2e48d14e93421c8a4 (commit) from 0124e54b54f81e10f5980b8796c80a12d4f87069 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=a9ff32e4b71921a09951dba2e48d14e93421c8a4 http://github.com/ceki/slf4j/commit/a9ff32e4b71921a09951dba2e48d14e93421c8a4 commit a9ff32e4b71921a09951dba2e48d14e93421c8a4 Author: Ceki Gulcu <c...@qos.ch> Date: Fri Sep 4 15:38:25 2009 +0200 - pretty print diff --git a/slf4j-site/src/site/pages/faq.html b/slf4j-site/src/site/pages/faq.html index cd8740a..ae8d2fe 100644 --- a/slf4j-site/src/site/pages/faq.html +++ b/slf4j-site/src/site/pages/faq.html @@ -503,27 +503,22 @@ org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory declare slf4j-api as a compile-time (default scope) dependency. </p> - <p> </p> - <p class="source"><dependency> + <pre class="prettyprint source"><dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${project.version}</version> -</dependency></p> - - <p> </p> +</dependency></pre> <p>Limiting the transitivity of the SLF4J binding used in your tests can be accomplished by declaring the scope of the SLF4J-binding dependency as "test". Here is an example:</p> - <p> </p> - - <p class="source"><dependency> + <pre class="prettyprint source"><dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${project.version}</version> <b><scope>test</scope></b> -</dependency></p> +</dependency></pre> <p>Thus, as far as your users are concerned you are exporting slf4j-api as a transitive dependency of your library, but not ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/faq.html | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev