Skip to content

Commit

Permalink
add jmx_prometheus_javaagent jar into slim distribution zip (#18641)
Browse files Browse the repository at this point in the history
- upgrade jmx_prometheus_javaagent jar to 0.14.0
  • Loading branch information
hasancelik committed May 6, 2021
1 parent ec5c66b commit a0005b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions distribution/src/assembly/assembly-descriptor-slim.xml
Expand Up @@ -36,6 +36,7 @@
<include>com.hazelcast:hazelcast-azure</include>
<include>com.hazelcast:hazelcast-hibernate53</include>
<include>com.hazelcast:hazelcast-wm</include>
<include>io.prometheus.jmx:jmx_prometheus_javaagent</include>
<include>org.apache.logging.log4j:*</include>
<include>org.slf4j:*</include>
<include>info.picocli:picocli</include>
Expand Down
2 changes: 1 addition & 1 deletion distribution/src/root/NOTICE
Expand Up @@ -115,7 +115,7 @@ Apache License, Version 2.0
OpenCensus:0.24.0
OpenCensus:0.24.0
perfmark:perfmark-api:0.19.0
jmx_prometheus_javaagent:0.13.0
jmx_prometheus_javaagent:0.14.0
Joda-Time:2.10.1
ASM based accessors helper used by json-smart:1.2
JSON Small and Fast Parser:2.3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -114,7 +114,7 @@
<osgi.version>4.2.0</osgi.version>
<parquet.version>1.12.0</parquet.version>
<picocli.version>3.9.0</picocli.version>
<prometheus.version>0.13.0</prometheus.version>
<prometheus.version>0.14.0</prometheus.version>
<protobuf.version>3.13.0</protobuf.version>
<scala.version>2.12</scala.version>
<slf4j.version>1.7.30</slf4j.version>
Expand Down

0 comments on commit a0005b7

Please sign in to comment.