Ensure that spring-boot-starter-test pulls in logging dependencies
Closes gh-8492
This commit is contained in:
		
							parent
							
								
									735dbc4583
								
							
						
					
					
						commit
						1486490957
					
				|  | @ -19,6 +19,10 @@ | ||||||
| 		<main.basedir>${basedir}/../..</main.basedir> | 		<main.basedir>${basedir}/../..</main.basedir> | ||||||
| 	</properties> | 	</properties> | ||||||
| 	<dependencies> | 	<dependencies> | ||||||
|  | 		<dependency> | ||||||
|  | 			<groupId>org.springframework.boot</groupId> | ||||||
|  | 			<artifactId>spring-boot-starter</artifactId> | ||||||
|  | 		</dependency> | ||||||
| 		<dependency> | 		<dependency> | ||||||
| 			<groupId>org.springframework.boot</groupId> | 			<groupId>org.springframework.boot</groupId> | ||||||
| 			<artifactId>spring-boot-test</artifactId> | 			<artifactId>spring-boot-test</artifactId> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue