Skip to content

Commit 2bf662f

Browse files
committed
Remove hdrhistogram managed dependency
Closes gh-10923
1 parent 29ebb75 commit 2bf662f

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+0
-6
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<gson.version>2.8.2</gson.version>
5858
<h2.version>1.4.196</h2.version>
5959
<hamcrest.version>1.3</hamcrest.version>
60-
<hdrhistogram.version>2.1.10</hdrhistogram.version>
6160
<hazelcast.version>3.9.2</hazelcast.version>
6261
<hazelcast-hibernate5.version>1.2.2</hazelcast-hibernate5.version>
6362
<hibernate.version>5.2.12.Final</hibernate.version>
@@ -1736,11 +1735,6 @@
17361735
<artifactId>hamcrest-library</artifactId>
17371736
<version>${hamcrest.version}</version>
17381737
</dependency>
1739-
<dependency>
1740-
<groupId>org.hdrhistogram</groupId>
1741-
<artifactId>HdrHistogram</artifactId>
1742-
<version>${hdrhistogram.version}</version>
1743-
</dependency>
17441738
<dependency>
17451739
<groupId>org.hibernate</groupId>
17461740
<artifactId>hibernate-c3p0</artifactId>

0 commit comments

Comments
 (0)