Skip to content

Commit 604a9f0

Browse files
author
David Syer
committed
SPR-5327: update artifact ids
1 parent fae06dc commit 604a9f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-framework-reference/src/overview.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ TR: OK. Added to diagram.--></para>
351351
scalable, fail-safe web applications that might need declarative
352352
security.</para>
353353

354-
<section>
354+
<section id=""dependency-management>
355355
<title>Dependency Management and Naming Conventions</title>
356356

357357
<para>Dependency management and dependency injection are different
@@ -843,7 +843,7 @@ TR: OK. Added to diagram.--></para>
843843
&lt;/dependency&gt;
844844
&lt;dependency&gt;
845845
&lt;groupId&gt;org.slf4j&lt;/groupId&gt;
846-
&lt;artifactId&gt;jcl-slf4j&lt;/artifactId&gt;
846+
&lt;artifactId&gt;jcl-over-slf4j&lt;/artifactId&gt;
847847
&lt;version&gt;1.5.8&lt;/version&gt;
848848
&lt;scope&gt;runtime&lt;/scope&gt;
849849
&lt;/dependency&gt;
@@ -878,7 +878,7 @@ TR: OK. Added to diagram.--></para>
878878
and generates fewer dependencies, is to bind directly to <ulink type=""
879879
url="http://logback.qos.ch">Logback</ulink>. This removes the extra
880880
binding step because Logback implements SLF4J directly, so you only need
881-
to depend on two libaries not four (<code>jcl-slf4j</code> and
881+
to depend on two libaries not four (<code>jcl-over-slf4j</code> and
882882
<code>logback</code>). If you do that you might also need to exlude the
883883
slf4j-api dependency from other external dependencies (not Spring),
884884
because you only want one version of that API on the classpath.</para>

0 commit comments

Comments
 (0)