SPR-5327: update artifact ids

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2576 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
David Syer 2009-12-04 16:15:20 +00:00
parent 15acf82635
commit 3578f342cc
1 changed files with 3 additions and 3 deletions

View File

@ -351,7 +351,7 @@ TR: OK. Added to diagram.--></para>
scalable, fail-safe web applications that might need declarative scalable, fail-safe web applications that might need declarative
security.</para> security.</para>
<section> <section id=""dependency-management>
<title>Dependency Management and Naming Conventions</title> <title>Dependency Management and Naming Conventions</title>
<para>Dependency management and dependency injection are different <para>Dependency management and dependency injection are different
@ -843,7 +843,7 @@ TR: OK. Added to diagram.--></para>
&lt;/dependency&gt; &lt;/dependency&gt;
&lt;dependency&gt; &lt;dependency&gt;
&lt;groupId&gt;org.slf4j&lt;/groupId&gt; &lt;groupId&gt;org.slf4j&lt;/groupId&gt;
&lt;artifactId&gt;jcl-slf4j&lt;/artifactId&gt; &lt;artifactId&gt;jcl-over-slf4j&lt;/artifactId&gt;
&lt;version&gt;1.5.8&lt;/version&gt; &lt;version&gt;1.5.8&lt;/version&gt;
&lt;scope&gt;runtime&lt;/scope&gt; &lt;scope&gt;runtime&lt;/scope&gt;
&lt;/dependency&gt; &lt;/dependency&gt;
@ -878,7 +878,7 @@ TR: OK. Added to diagram.--></para>
and generates fewer dependencies, is to bind directly to <ulink type="" and generates fewer dependencies, is to bind directly to <ulink type=""
url="http://logback.qos.ch">Logback</ulink>. This removes the extra url="http://logback.qos.ch">Logback</ulink>. This removes the extra
binding step because Logback implements SLF4J directly, so you only need binding step because Logback implements SLF4J directly, so you only need
to depend on two libaries not four (<code>jcl-slf4j</code> and to depend on two libaries not four (<code>jcl-over-slf4j</code> and
<code>logback</code>). If you do that you might also need to exlude the <code>logback</code>). If you do that you might also need to exlude the
slf4j-api dependency from other external dependencies (not Spring), slf4j-api dependency from other external dependencies (not Spring),
because you only want one version of that API on the classpath.</para> because you only want one version of that API on the classpath.</para>