Skip to content

Commit 7333a13

Browse files
committed
Added initial ssl reloadable server configuration
1 parent 47e0f13 commit 7333a13

File tree

2 files changed

+263
-166
lines changed

2 files changed

+263
-166
lines changed

jmx_prometheus_common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<artifactId>collector</artifactId>
5252
<version>${project.version}</version>
5353
</dependency>
54+
<dependency>
55+
<groupId>io.github.hakky54</groupId>
56+
<artifactId>sslcontext-kickstart</artifactId>
57+
<version>9.1.0</version>
58+
</dependency>
5459
<dependency>
5560
<groupId>org.junit.jupiter</groupId>
5661
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)