File tree Expand file tree Collapse file tree 4 files changed +45
-182
lines changed Expand file tree Collapse file tree 4 files changed +45
-182
lines changed Original file line number Diff line number Diff line change 151151 <groupId >io.opentelemetry</groupId >
152152 <artifactId >opentelemetry-api</artifactId >
153153 </dependency >
154- <!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
155- <dependency >
156- <groupId >io.netty</groupId >
157- <artifactId >netty</artifactId >
158- <version >${netty.hadoop.version} </version >
159- <scope >test</scope >
160- </dependency >
161154 <dependency >
162155 <groupId >org.slf4j</groupId >
163156 <artifactId >jcl-over-slf4j</artifactId >
Original file line number Diff line number Diff line change 830830 </exclusion >
831831 </exclusions >
832832 </dependency >
833- <!-- Hadoop needs Netty 3.x at test scope for the minicluster>
834- <dependency>
835- <groupId>io.netty</groupId>
836- <artifactId>netty</artifactId>
837- <version>${netty.hadoop.version}</version>
838- <scope>test</scope>
839- </dependency-->
840833 <dependency >
841834 <groupId >org.apache.hadoop</groupId >
842835 <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