File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-framework-reference/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ TR: OK. Added to diagram.--></para>
351
351
scalable, fail-safe web applications that might need declarative
352
352
security.</para >
353
353
354
- <section >
354
+ <section id = " " dependency-management >
355
355
<title >Dependency Management and Naming Conventions</title >
356
356
357
357
<para >Dependency management and dependency injection are different
@@ -843,7 +843,7 @@ TR: OK. Added to diagram.--></para>
843
843
< /dependency>
844
844
< dependency>
845
845
< groupId> org.slf4j< /groupId>
846
- < artifactId> jcl-slf4j< /artifactId>
846
+ < artifactId> jcl-over- slf4j< /artifactId>
847
847
< version> 1.5.8< /version>
848
848
< scope> runtime< /scope>
849
849
< /dependency>
@@ -878,7 +878,7 @@ TR: OK. Added to diagram.--></para>
878
878
and generates fewer dependencies, is to bind directly to <ulink type =" "
879
879
url =" http://logback.qos.ch" >Logback</ulink >. This removes the extra
880
880
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
882
882
<code >logback</code >). If you do that you might also need to exlude the
883
883
slf4j-api dependency from other external dependencies (not Spring),
884
884
because you only want one version of that API on the classpath.</para >
You can’t perform that action at this time.
0 commit comments