File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 141
141
<groupId >org.springdoc</groupId >
142
142
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
143
143
</dependency >
144
+ <dependency >
145
+ <groupId >org.springframework.boot</groupId >
146
+ <artifactId >spring-boot-starter-actuator</artifactId >
147
+ </dependency >
148
+
149
+ <!-- Runtime dependencies -->
144
150
<dependency >
145
151
<groupId >com.powsybl</groupId >
146
152
<artifactId >powsybl-config-classic</artifactId >
171
177
<artifactId >spring-cloud-stream-binder-rabbit</artifactId >
172
178
<scope >runtime</scope >
173
179
</dependency >
174
- <dependency >
175
- <groupId >org.springframework.boot</groupId >
176
- <artifactId >spring-boot-starter-actuator</artifactId >
177
- </dependency >
178
180
179
181
<!-- Test dependencies -->
180
182
<dependency >
Original file line number Diff line number Diff line change @@ -18,13 +18,3 @@ gridsuite:
18
18
services :
19
19
report-server :
20
20
base-uri : http://localhost:5028
21
-
22
- management :
23
- metrics :
24
- distribution :
25
- percentiles-histogram :
26
- http.server.requests : true
27
- endpoints :
28
- web :
29
- exposure :
30
- include : prometheus, health, info
You can’t perform that action at this time.
0 commit comments