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>
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   < /dependency> 
844844   < dependency> 
845845      < groupId> org.slf4j< /groupId> 
846-       < artifactId> jcl-slf4j< /artifactId> 
846+       < artifactId> jcl-over- slf4j< /artifactId> 
847847      < version> 1.5.8< /version> 
848848      < scope> runtime< /scope> 
849849   < /dependency> 
@@ -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" 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 >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments