File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 111111 <groupId >org.springframework.boot</groupId >
112112 <artifactId >spring-boot-starter-data-jpa</artifactId >
113113 </dependency >
114+ <dependency >
115+ <groupId >org.springframework.boot</groupId >
116+ <artifactId >spring-boot-starter-actuator</artifactId >
117+ </dependency >
114118 <dependency >
115119 <groupId >org.springframework.cloud</groupId >
116120 <artifactId >spring-cloud-stream</artifactId >
147151 </dependency >
148152
149153 <!-- runtime dependencies -->
150- <dependency >
151- <groupId >org.springframework.boot</groupId >
152- <artifactId >spring-boot-starter-actuator</artifactId >
153- <scope >runtime</scope >
154- </dependency >
155154 <dependency >
156155 <groupId >org.springframework.cloud</groupId >
157156 <artifactId >spring-cloud-stream-binder-rabbit</artifactId >
You can’t perform that action at this time.
0 commit comments