|  | @@ -5,7 +5,7 @@
 | 
	
		
			
				|  |  |      <modelVersion>4.0.0</modelVersion>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <groupId>com.kmall</groupId>
 | 
	
		
			
				|  |  | -    <artifactId>kmall-pt-general</artifactId>
 | 
	
		
			
				|  |  | +    <artifactId>kmall-haikong</artifactId>
 | 
	
		
			
				|  |  |      <packaging>pom</packaging>
 | 
	
		
			
				|  |  |      <version>3.1.0</version>
 | 
	
		
			
				|  |  |      <modules>
 | 
	
	
		
			
				|  | @@ -160,11 +160,11 @@
 | 
	
		
			
				|  |  |              <artifactId>slf4j-api</artifactId>
 | 
	
		
			
				|  |  |              <version>${slf4j-version}</version>
 | 
	
		
			
				|  |  |          </dependency>
 | 
	
		
			
				|  |  | -        <dependency>
 | 
	
		
			
				|  |  | +        <!--<dependency>
 | 
	
		
			
				|  |  |              <groupId>org.slf4j</groupId>
 | 
	
		
			
				|  |  |              <artifactId>slf4j-log4j12</artifactId>
 | 
	
		
			
				|  |  |              <version>${slf4j-version}</version>
 | 
	
		
			
				|  |  | -        </dependency>
 | 
	
		
			
				|  |  | +        </dependency>-->
 | 
	
		
			
				|  |  |          <!--把spring日志转发给SLF4J,使用桥接jcl-over-slf4j-->
 | 
	
		
			
				|  |  |          <!--把Spring中使用的commons-logging替换成slf4j-->
 | 
	
		
			
				|  |  |          <dependency>
 |