Merge pull request #728 from snicoll/dep-mgt
* dep-mgt: Add spring-boot-autoconfigure to starter parent
This commit is contained in:
		
						commit
						33499e3d81
					
				|  | @ -51,6 +51,11 @@ | ||||||
| 				<artifactId>spring-boot-actuator</artifactId> | 				<artifactId>spring-boot-actuator</artifactId> | ||||||
| 				<version>${spring-boot.version}</version> | 				<version>${spring-boot.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.springframework.boot</groupId> | ||||||
|  | 				<artifactId>spring-boot-autoconfigure</artifactId> | ||||||
|  | 				<version>${spring-boot.version}</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.springframework.boot</groupId> | 				<groupId>org.springframework.boot</groupId> | ||||||
| 				<artifactId>spring-boot-starter-amqp</artifactId> | 				<artifactId>spring-boot-starter-amqp</artifactId> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue