diff options
Diffstat (limited to 'gui-server/pom.xml')
-rw-r--r-- | gui-server/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gui-server/pom.xml b/gui-server/pom.xml index b774f0d..4082fd3 100644 --- a/gui-server/pom.xml +++ b/gui-server/pom.xml @@ -41,10 +41,20 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + <version>${version.io.micrometer}</version> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> |