mirror of
				https://github.com/spring-projects/spring-data-elasticsearch.git
				synced 2025-10-31 06:38:44 +00:00 
			
		
		
		
	DATAES-414 - Reduced scope of Log4j dependencies to test.
This commit is contained in:
		
							parent
							
								
									71ebc3dd21
								
							
						
					
					
						commit
						f7d77f05de
					
				
							
								
								
									
										9
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								pom.xml
									
									
									
									
									
								
							| @ -20,6 +20,7 @@ | |||||||
|         <commonscollections>3.2.1</commonscollections> |         <commonscollections>3.2.1</commonscollections> | ||||||
|         <commonslang>2.6</commonslang> |         <commonslang>2.6</commonslang> | ||||||
|         <elasticsearch>5.5.0</elasticsearch> |         <elasticsearch>5.5.0</elasticsearch> | ||||||
|  |         <log4j>2.8.2</log4j> | ||||||
|         <springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons> |         <springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons> | ||||||
|         <java-module-name>spring.data.elasticsearch</java-module-name> |         <java-module-name>spring.data.elasticsearch</java-module-name> | ||||||
|     </properties> |     </properties> | ||||||
| @ -86,13 +87,15 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.slf4j</groupId> |             <groupId>org.slf4j</groupId> | ||||||
|             <artifactId>log4j-over-slf4j</artifactId> |             <artifactId>log4j-over-slf4j</artifactId> | ||||||
|             <version>1.7.22</version> |             <version>${slf4j}</version> | ||||||
|  |             <scope>test</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
| 
 | 
 | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.apache.logging.log4j</groupId> |             <groupId>org.apache.logging.log4j</groupId> | ||||||
|             <artifactId>log4j-core</artifactId> |             <artifactId>log4j-core</artifactId> | ||||||
|             <version>2.8.2</version> |             <version>${log4j}</version> | ||||||
|  |             <scope>test</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
| 
 | 
 | ||||||
|         <!-- Jackson JSON Mapper --> |         <!-- Jackson JSON Mapper --> | ||||||
| @ -176,8 +179,6 @@ | |||||||
|             <scope>test</scope> |             <scope>test</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|     </dependencies> |     </dependencies> | ||||||
| 
 | 
 | ||||||
|     <build> |     <build> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user