|
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.16.8-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 |
|
65 | 65 | <!-- bookkeeper.http --> |
66 | 66 | <dependency> |
67 | | - <groupId>org.apache.bookkeeper.http</groupId> |
| 67 | + <groupId>com.ascentstream.bookkeeper.http</groupId> |
68 | 68 | <artifactId>http-server</artifactId> |
69 | 69 | <version>${project.version}</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | | - <groupId>org.apache.bookkeeper.http</groupId> |
| 72 | + <groupId>com.ascentstream.bookkeeper.http</groupId> |
73 | 73 | <artifactId>vertx-http-server</artifactId> |
74 | 74 | <version>${project.version}</version> |
75 | 75 | </dependency> |
76 | 76 |
|
77 | 77 | <!-- bookkeeper.tools (new CLI) --> |
78 | 78 | <dependency> |
79 | | - <groupId>org.apache.bookkeeper</groupId> |
| 79 | + <groupId>com.ascentstream.bookkeeper</groupId> |
80 | 80 | <artifactId>bookkeeper-tools</artifactId> |
81 | 81 | <version>${project.version}</version> |
82 | 82 | </dependency> |
|
91 | 91 |
|
92 | 92 | <!-- stream.storage --> |
93 | 93 | <dependency> |
94 | | - <groupId>org.apache.bookkeeper</groupId> |
| 94 | + <groupId>com.ascentstream.bookkeeper</groupId> |
95 | 95 | <artifactId>stream-storage-server</artifactId> |
96 | 96 | <version>${project.version}</version> |
97 | 97 | </dependency> |
98 | 98 |
|
99 | 99 | <!-- bookkeeper benchmark --> |
100 | 100 | <dependency> |
101 | | - <groupId>org.apache.bookkeeper</groupId> |
| 101 | + <groupId>com.ascentstream.bookkeeper</groupId> |
102 | 102 | <artifactId>bookkeeper-benchmark</artifactId> |
103 | 103 | <version>${project.version}</version> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
107 | | - <groupId>org.apache.bookkeeper</groupId> |
| 107 | + <groupId>com.ascentstream.bookkeeper</groupId> |
108 | 108 | <artifactId>bookkeeper-perf</artifactId> |
109 | 109 | <version>${project.version}</version> |
110 | 110 | </dependency> |
|
0 commit comments