File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 <type >test-jar</type >
4444 <scope >test</scope >
4545 </dependency >
46+ <dependency >
47+ <groupId >javax.ws.rs</groupId >
48+ <artifactId >javax.ws.rs-api</artifactId >
49+ <scope >test</scope >
50+ </dependency >
4651 <dependency >
4752 <groupId >org.apache.hbase</groupId >
4853 <artifactId >hbase-client</artifactId >
Original file line number Diff line number Diff line change 155155 <groupId >io.opentelemetry</groupId >
156156 <artifactId >opentelemetry-api</artifactId >
157157 </dependency >
158- <!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
159- <dependency >
160- <groupId >io.netty</groupId >
161- <artifactId >netty</artifactId >
162- <version >${netty.hadoop.version} </version >
163- <scope >test</scope >
164- </dependency >
165158 <dependency >
166159 <groupId >org.slf4j</groupId >
167160 <artifactId >jcl-over-slf4j</artifactId >
Original file line number Diff line number Diff line change 835835 </exclusion >
836836 </exclusions >
837837 </dependency >
838- <!-- Hadoop needs Netty 3.x at test scope for the minicluster>
839- <dependency>
840- <groupId>io.netty</groupId>
841- <artifactId>netty</artifactId>
842- <version>${netty.hadoop.version}</version>
843- <scope>test</scope>
844- </dependency-->
845838 <dependency >
846839 <groupId >org.apache.hadoop</groupId >
847840 <artifactId >hadoop-minikdc</artifactId >
Original file line number Diff line number Diff line change 143143 <artifactId >log4j-slf4j-impl</artifactId >
144144 <scope >test</scope >
145145 </dependency >
146+ <!-- ZooKeeperServer needs the below dependencies, thus MiniZooKeeperCluster also needs them -->
147+ <dependency >
148+ <groupId >org.xerial.snappy</groupId >
149+ <artifactId >snappy-java</artifactId >
150+ </dependency >
151+ <dependency >
152+ <groupId >commons-cli</groupId >
153+ <artifactId >commons-cli</artifactId >
154+ </dependency >
146155 </dependencies >
147156
148157 <build >
You can’t perform that action at this time.
0 commit comments