Skip to content

Commit 79a46da

Browse files
committed
more changes
1 parent 6d9a393 commit 79a46da

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

  • app/multi-tenant
    • central-space/cloud-cap-samples-java/srv
    • personal-space/cloud-cap-samples-java/srv

‎app/multi-tenant/central-space/cloud-cap-samples-java/srv/pom.xml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@
172172
<dependency>
173173
<groupId>org.springframework.boot</groupId>
174174
<artifactId>spring-boot-starter-actuator</artifactId>
175+
<exclusions>
176+
<!-- SECURITY: HdrHistogram 2.2.2 has LOW CVEs; no newer release on Maven Central.
177+
Percentile histograms are not used in this app, so micrometer-core works without it. -->
178+
<exclusion>
179+
<groupId>org.hdrhistogram</groupId>
180+
<artifactId>HdrHistogram</artifactId>
181+
</exclusion>
182+
</exclusions>
175183
</dependency>
176184

177185
<dependency>

‎app/multi-tenant/personal-space/cloud-cap-samples-java/srv/pom.xml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@
172172
<dependency>
173173
<groupId>org.springframework.boot</groupId>
174174
<artifactId>spring-boot-starter-actuator</artifactId>
175+
<exclusions>
176+
<!-- SECURITY: HdrHistogram 2.2.2 has LOW CVEs; no newer release on Maven Central.
177+
Percentile histograms are not used in this app, so micrometer-core works without it. -->
178+
<exclusion>
179+
<groupId>org.hdrhistogram</groupId>
180+
<artifactId>HdrHistogram</artifactId>
181+
</exclusion>
182+
</exclusions>
175183
</dependency>
176184

177185
<dependency>

0 commit comments

Comments
 (0)