|
22 | 22 | <modelVersion>4.0.0</modelVersion> |
23 | 23 | <parent> |
24 | 24 | <artifactId>bookkeeper-dist</artifactId> |
25 | | - <groupId>org.apache.bookkeeper</groupId> |
| 25 | + <groupId>com.ascentstream.bookkeeper</groupId> |
26 | 26 | <version>4.17.4-SNAPSHOT</version> |
27 | 27 | <relativePath>..</relativePath> |
28 | 28 | </parent> |
|
33 | 33 |
|
34 | 34 | <dependencies> |
35 | 35 | <dependency> |
36 | | - <groupId>org.apache.bookkeeper</groupId> |
| 36 | + <groupId>com.ascentstream.bookkeeper</groupId> |
37 | 37 | <artifactId>bookkeeper-server</artifactId> |
38 | 38 | <version>${project.version}</version> |
39 | 39 | </dependency> |
40 | 40 |
|
41 | 41 | <!-- bookkeeper.stats --> |
42 | 42 | <dependency> |
43 | | - <groupId>org.apache.bookkeeper.stats</groupId> |
| 43 | + <groupId>com.ascentstream.bookkeeper.stats</groupId> |
44 | 44 | <artifactId>bookkeeper-stats-api</artifactId> |
45 | 45 | <version>${project.version}</version> |
46 | 46 | </dependency> |
47 | 47 |
|
48 | 48 | <dependency> |
49 | | - <groupId>org.apache.bookkeeper.stats</groupId> |
| 49 | + <groupId>com.ascentstream.bookkeeper.stats</groupId> |
50 | 50 | <artifactId>codahale-metrics-provider</artifactId> |
51 | 51 | <version>${project.version}</version> |
52 | 52 | <exclusions> |
|
57 | 57 | </exclusions> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | | - <groupId>org.apache.bookkeeper.stats</groupId> |
| 60 | + <groupId>com.ascentstream.bookkeeper.stats</groupId> |
61 | 61 | <artifactId>prometheus-metrics-provider</artifactId> |
62 | 62 | <version>${project.version}</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | | - <groupId>org.apache.bookkeeper.stats</groupId> |
| 65 | + <groupId>com.ascentstream.bookkeeper.stats</groupId> |
66 | 66 | <artifactId>otel-metrics-provider</artifactId> |
67 | 67 | <version>${project.version}</version> |
68 | 68 | </dependency> |
69 | 69 |
|
70 | 70 | <!-- bookkeeper.http --> |
71 | 71 | <dependency> |
72 | | - <groupId>org.apache.bookkeeper.http</groupId> |
| 72 | + <groupId>com.ascentstream.bookkeeper.http</groupId> |
73 | 73 | <artifactId>http-server</artifactId> |
74 | 74 | <version>${project.version}</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | | - <groupId>org.apache.bookkeeper.http</groupId> |
| 77 | + <groupId>com.ascentstream.bookkeeper.http</groupId> |
78 | 78 | <artifactId>vertx-http-server</artifactId> |
79 | 79 | <version>${project.version}</version> |
80 | 80 | </dependency> |
81 | 81 |
|
82 | 82 | <!-- bookkeeper.tools (new CLI) --> |
83 | 83 | <dependency> |
84 | | - <groupId>org.apache.bookkeeper</groupId> |
| 84 | + <groupId>com.ascentstream.bookkeeper</groupId> |
85 | 85 | <artifactId>bookkeeper-tools</artifactId> |
86 | 86 | <version>${project.version}</version> |
87 | 87 | </dependency> |
|
96 | 96 |
|
97 | 97 | <!-- stream.storage --> |
98 | 98 | <dependency> |
99 | | - <groupId>org.apache.bookkeeper</groupId> |
| 99 | + <groupId>com.ascentstream.bookkeeper</groupId> |
100 | 100 | <artifactId>stream-storage-server</artifactId> |
101 | 101 | <version>${project.version}</version> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <!-- bookkeeper benchmark --> |
105 | 105 | <dependency> |
106 | | - <groupId>org.apache.bookkeeper</groupId> |
| 106 | + <groupId>com.ascentstream.bookkeeper</groupId> |
107 | 107 | <artifactId>bookkeeper-benchmark</artifactId> |
108 | 108 | <version>${project.version}</version> |
109 | 109 | </dependency> |
110 | 110 |
|
111 | 111 | <dependency> |
112 | | - <groupId>org.apache.bookkeeper</groupId> |
| 112 | + <groupId>com.ascentstream.bookkeeper</groupId> |
113 | 113 | <artifactId>bookkeeper-perf</artifactId> |
114 | 114 | <version>${project.version}</version> |
115 | 115 | </dependency> |
|
0 commit comments