aboutsummaryrefslogtreecommitdiffstats
path: root/participant/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'participant/pom.xml')
-rw-r--r--participant/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/participant/pom.xml b/participant/pom.xml
index 1134239cd..e679bb227 100644
--- a/participant/pom.xml
+++ b/participant/pom.xml
@@ -100,6 +100,17 @@
</exclusion>
</exclusions>
</dependency>
+ <!-- Actuator dependencies for participants added here to avoid http security conflicts in clamp/runtime -->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ <version>${version.springboot}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ <version>${version.io.micrometer}</version>
+ </dependency>
</dependencies>
<build>