|
48 | 48 | <artifactId>hbase-shaded-mapreduce</artifactId> |
49 | 49 | </dependency> |
50 | 50 | <!-- Intra-project dependencies --> |
| 51 | + <!-- We don't really add this to assembly tarball, we retain it here just to dump it into |
| 52 | + cached_classpath.txt ! See HBASE-28433 for more info. --> |
51 | 53 | <dependency> |
52 | 54 | <groupId>org.apache.hbase</groupId> |
53 | 55 | <artifactId>hbase-it</artifactId> |
54 | 56 | <type>test-jar</type> |
55 | 57 | </dependency> |
56 | 58 | <!-- Hamcrest is required by hbase-it (via junit), but as long as we're grabbing the hbase-it test-jar, |
57 | 59 | maven dependency resolution won't pick it up for us. --> |
| 60 | + <!-- We don't really add this to assembly tarball, we retain it here just to dump it into |
| 61 | + cached_classpath.txt ! See HBASE-28433 for more info. --> |
58 | 62 | <dependency> |
59 | 63 | <groupId>org.hamcrest</groupId> |
60 | 64 | <artifactId>hamcrest-core</artifactId> |
|
73 | 77 | <groupId>org.apache.hbase</groupId> |
74 | 78 | <artifactId>hbase-mapreduce</artifactId> |
75 | 79 | </dependency> |
| 80 | + <!-- We don't really add this to assembly tarball, we retain it here just to dump it into |
| 81 | + cached_classpath.txt ! See HBASE-28433 for more info. --> |
76 | 82 | <dependency> |
77 | 83 | <groupId>org.apache.hbase</groupId> |
78 | 84 | <artifactId>hbase-mapreduce</artifactId> |
|
83 | 89 | <groupId>org.apache.hbase</groupId> |
84 | 90 | <artifactId>hbase-procedure</artifactId> |
85 | 91 | </dependency> |
| 92 | + <!-- We don't really add this to assembly tarball, we retain it here just to dump it into |
| 93 | + cached_classpath.txt ! See HBASE-28433 for more info. --> |
86 | 94 | <dependency> |
87 | 95 | <groupId>org.apache.hbase</groupId> |
88 | 96 | <artifactId>hbase-procedure</artifactId> |
|
115 | 123 | <groupId>org.apache.hbase</groupId> |
116 | 124 | <artifactId>hbase-external-blockcache</artifactId> |
117 | 125 | </dependency> |
| 126 | + <!-- We don't really add this to assembly tarball, we retain it here just to dump it into |
| 127 | + cached_classpath.txt ! See HBASE-28433 for more info. --> |
118 | 128 | <dependency> |
119 | 129 | <groupId>org.apache.hbase</groupId> |
120 | 130 | <artifactId>hbase-testing-util</artifactId> |
|
235 | 245 | <groupId>io.opentelemetry.javaagent</groupId> |
236 | 246 | <artifactId>opentelemetry-javaagent</artifactId> |
237 | 247 | </dependency> |
| 248 | + <!-- We don't really add this to assembly tarball, we retain it here just to dump it into |
| 249 | + cached_classpath.txt ! See HBASE-28433 for more info. --> |
238 | 250 | <dependency> |
239 | 251 | <groupId>junit</groupId> |
240 | 252 | <artifactId>junit</artifactId> |
241 | 253 | </dependency> |
| 254 | + <!-- We don't really add this to assembly tarball, we retain it here just to dump it into |
| 255 | + cached_classpath.txt ! See HBASE-28433 for more info. --> |
242 | 256 | <dependency> |
243 | 257 | <groupId>org.mockito</groupId> |
244 | 258 | <artifactId>mockito-core</artifactId> |
|
0 commit comments