File tree Expand file tree Collapse file tree 11 files changed +59
-34
lines changed
distribution/shell/src/assemble
pulsar-client-messagecrypto-bc Expand file tree Collapse file tree 11 files changed +59
-34
lines changed Original file line number Diff line number Diff line change 37
37
<artifactId >pulsar-common</artifactId >
38
38
<version >${project.version} </version >
39
39
<scope >provided</scope >
40
+ <exclusions >
41
+ <exclusion >
42
+ <groupId >io.prometheus</groupId >
43
+ <artifactId >simpleclient_caffeine</artifactId >
44
+ </exclusion >
45
+ </exclusions >
40
46
</dependency >
41
47
42
48
<dependency >
Original file line number Diff line number Diff line change 37
37
<artifactId >pulsar-common</artifactId >
38
38
<version >${project.version} </version >
39
39
<scope >provided</scope >
40
+ <exclusions >
41
+ <exclusion >
42
+ <groupId >io.prometheus</groupId >
43
+ <artifactId >simpleclient_caffeine</artifactId >
44
+ </exclusion >
45
+ </exclusions >
40
46
</dependency >
41
47
42
48
<dependency >
Original file line number Diff line number Diff line change @@ -324,8 +324,6 @@ The Apache Software License, Version 2.0
324
324
- jackson-datatype-jdk8-2.17.2.jar
325
325
- jackson-datatype-jsr310-2.17.2.jar
326
326
- jackson-module-parameter-names-2.17.2.jar
327
- * Caffeine -- caffeine-3.2.1.jar
328
- * simpleclient_caffeine-0.16.0.jar
329
327
* Conscrypt -- conscrypt-openjdk-uber-2.5.2.jar
330
328
* Gson
331
329
- gson-2.8.9.jar
Original file line number Diff line number Diff line change @@ -1102,38 +1102,16 @@ flexible messaging model and an intuitive client API.</description>
1102
1102
1103
1103
<dependency >
1104
1104
<groupId >io.prometheus</groupId >
1105
- <artifactId >simpleclient</artifactId >
1106
- <version >${prometheus.version} </version >
1107
- </dependency >
1108
-
1109
- <dependency >
1110
- <groupId >io.prometheus</groupId >
1111
- <artifactId >simpleclient_hotspot</artifactId >
1112
- <version >${prometheus.version} </version >
1113
- </dependency >
1114
-
1115
- <dependency >
1116
- <groupId >io.prometheus</groupId >
1117
- <artifactId >simpleclient_log4j2</artifactId >
1118
- <version >${prometheus.version} </version >
1119
- </dependency >
1120
-
1121
- <dependency >
1122
- <groupId >io.prometheus</groupId >
1123
- <artifactId >simpleclient_servlet</artifactId >
1124
- <version >${prometheus.version} </version >
1125
- </dependency >
1126
-
1127
- <dependency >
1128
- <groupId >io.prometheus</groupId >
1129
- <artifactId >simpleclient_jetty</artifactId >
1105
+ <artifactId >simpleclient_bom</artifactId >
1130
1106
<version >${prometheus.version} </version >
1107
+ <type >pom</type >
1108
+ <scope >import</scope >
1131
1109
</dependency >
1132
1110
1133
1111
<dependency >
1134
- <groupId >io.prometheus</groupId >
1135
- <artifactId >simpleclient_caffeine </artifactId >
1136
- <version >${prometheus.version} </version >
1112
+ <groupId >io.prometheus.jmx </groupId >
1113
+ <artifactId >collector </artifactId >
1114
+ <version >${prometheus-jmx .version} </version >
1137
1115
</dependency >
1138
1116
1139
1117
<dependency >
Original file line number Diff line number Diff line change 39
39
<artifactId >pulsar-common</artifactId >
40
40
<version >${project.parent.version} </version >
41
41
<scope >provided</scope >
42
+ <exclusions >
43
+ <exclusion >
44
+ <groupId >io.prometheus</groupId >
45
+ <artifactId >simpleclient_caffeine</artifactId >
46
+ </exclusion >
47
+ </exclusions >
42
48
</dependency >
43
49
44
50
<dependency >
Original file line number Diff line number Diff line change 42
42
<groupId >${project.groupId} </groupId >
43
43
<artifactId >pulsar-common</artifactId >
44
44
<version >${project.parent.version} </version >
45
+ <exclusions >
46
+ <exclusion >
47
+ <groupId >io.prometheus</groupId >
48
+ <artifactId >simpleclient_caffeine</artifactId >
49
+ </exclusion >
50
+ </exclusions >
45
51
</dependency >
46
52
47
53
<dependency >
Original file line number Diff line number Diff line change 175
175
<dependency >
176
176
<groupId >io.prometheus</groupId >
177
177
<artifactId >simpleclient</artifactId >
178
- <version >${prometheus.version} </version >
179
178
</dependency >
180
179
181
180
<!-- Hotspot JVM metrics-->
182
181
<dependency >
183
182
<groupId >io.prometheus</groupId >
184
183
<artifactId >simpleclient_hotspot</artifactId >
185
- <version >${prometheus.version} </version >
184
+ </dependency >
185
+
186
+ <dependency >
187
+ <groupId >io.prometheus</groupId >
188
+ <artifactId >simpleclient_caffeine</artifactId >
186
189
</dependency >
187
190
188
191
<!-- Exposition HTTPServer-->
189
192
<dependency >
190
193
<groupId >io.prometheus</groupId >
191
194
<artifactId >simpleclient_httpserver</artifactId >
192
- <version >${prometheus.version} </version >
193
195
</dependency >
194
196
195
197
<dependency >
196
198
<groupId >io.prometheus.jmx</groupId >
197
199
<artifactId >collector</artifactId >
198
- <version >${prometheus-jmx.version} </version >
199
200
</dependency >
200
201
201
202
<dependency >
Original file line number Diff line number Diff line change 36
36
<groupId >${project.groupId} </groupId >
37
37
<artifactId >pulsar-common</artifactId >
38
38
<version >${project.version} </version >
39
+ <exclusions >
40
+ <exclusion >
41
+ <groupId >io.prometheus</groupId >
42
+ <artifactId >simpleclient_caffeine</artifactId >
43
+ </exclusion >
44
+ </exclusions >
39
45
</dependency >
40
46
41
47
<dependency >
Original file line number Diff line number Diff line change 54
54
<groupId >${project.groupId} </groupId >
55
55
<artifactId >pulsar-common</artifactId >
56
56
<version >${project.version} </version >
57
+ <exclusions >
58
+ <exclusion >
59
+ <groupId >io.prometheus</groupId >
60
+ <artifactId >simpleclient_caffeine</artifactId >
61
+ </exclusion >
62
+ </exclusions >
57
63
</dependency >
58
64
59
65
<dependency >
Original file line number Diff line number Diff line change 44
44
<artifactId >pulsar-common</artifactId >
45
45
<version >${project.version} </version >
46
46
<scope >compile</scope >
47
+ <exclusions >
48
+ <exclusion >
49
+ <groupId >io.prometheus</groupId >
50
+ <artifactId >simpleclient_caffeine</artifactId >
51
+ </exclusion >
52
+ </exclusions >
47
53
</dependency >
48
54
49
55
<dependency >
You can’t perform that action at this time.
0 commit comments