Remove unnecessary spring-instrument dependencies
Remove unnecessary spring-core dependency from spring-instrument. Issue: SPR-10732
This commit is contained in:
		
							parent
							
								
									50333ca68e
								
							
						
					
					
						commit
						9939c4809b
					
				| 
						 | 
				
			
			@ -260,10 +260,6 @@ project("spring-expression") {
 | 
			
		|||
project("spring-instrument") {
 | 
			
		||||
	description = "Spring Instrument"
 | 
			
		||||
 | 
			
		||||
	dependencies {
 | 
			
		||||
		compile(project(":spring-core"))
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	jar {
 | 
			
		||||
		manifest.attributes["Premain-Class"] =
 | 
			
		||||
			"org.springframework.instrument.InstrumentationSavingAgent"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue