|
37 | 37 | <artifactId>r2dbc-spi</artifactId> |
38 | 38 | <version>${r2dbc-spi.version}</version> |
39 | 39 | </dependency> |
40 | | - <dependency> |
| 40 | + <!-- Deprecation. <dependency> |
41 | 41 | <groupId>${project.parent.groupId}</groupId> |
42 | 42 | <artifactId>clickhouse-cli-client</artifactId> |
43 | 43 | <version>${revision}</version> |
44 | 44 | <optional>true</optional> |
45 | | - </dependency> |
46 | | - <dependency> |
| 45 | + </dependency> --> |
| 46 | + <!-- Deprecation. <dependency> |
47 | 47 | <groupId>${project.parent.groupId}</groupId> |
48 | 48 | <artifactId>clickhouse-grpc-client</artifactId> |
49 | 49 | <version>${revision}</version> |
50 | 50 | <optional>true</optional> |
51 | | - </dependency> |
| 51 | + </dependency> --> |
52 | 52 | <dependency> |
53 | 53 | <groupId>${project.parent.groupId}</groupId> |
54 | 54 | <artifactId>clickhouse-http-client</artifactId> |
|
229 | 229 | <pattern>com.google</pattern> |
230 | 230 | <shadedPattern>${shade.base}.google</shadedPattern> |
231 | 231 | </relocation> |
232 | | - <relocation> |
| 232 | + <!--Deprecation. <relocation> |
233 | 233 | <pattern>io.grpc</pattern> |
234 | 234 | <shadedPattern>${shade.base}.grpc</shadedPattern> |
235 | | - </relocation> |
| 235 | + </relocation> --> |
236 | 236 | <relocation> |
237 | 237 | <pattern>io.opencensus</pattern> |
238 | 238 | <shadedPattern>${shade.base}.opencensus</shadedPattern> |
|
342 | 342 | </transformer> |
343 | 343 | </transformers> |
344 | 344 | <filters> |
345 | | - <filter> |
| 345 | + <!-- Deprecation. <filter> |
346 | 346 | <artifact>${project.parent.groupId}:clickhouse-cli-client</artifact> |
347 | 347 | <excludes> |
348 | 348 | <exclude>**</exclude> |
349 | 349 | </excludes> |
350 | | - </filter> |
351 | | - <filter> |
| 350 | + </filter> --> |
| 351 | + <!-- Deprecation.<filter> |
352 | 352 | <artifact>${project.parent.groupId}:clickhouse-grpc-client</artifact> |
353 | 353 | <excludes> |
354 | 354 | <exclude>**</exclude> |
355 | 355 | </excludes> |
356 | | - </filter> |
357 | | - <filter> |
| 356 | + </filter> --> |
| 357 | + <!-- Deprecation. <filter> |
358 | 358 | <artifact>${project.parent.groupId}:io.grpc</artifact> |
359 | 359 | <excludes> |
360 | 360 | <exclude>**</exclude> |
361 | 361 | </excludes> |
362 | | - </filter> |
| 362 | + </filter> --> |
363 | 363 | <filter> |
364 | 364 | <artifact>${project.parent.groupId}:org.roaringbitmap</artifact> |
365 | 365 | <excludes> |
|
0 commit comments