File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 151151 <groupId >org.apache.htrace</groupId >
152152 <artifactId >htrace-core4</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 803803 </exclusion >
804804 </exclusions >
805805 </dependency >
806- <!-- Hadoop needs Netty 3.x at test scope for the minicluster>
807806 <dependency >
808- <groupId>io.netty</groupId>
809- <artifactId>netty</artifactId>
810- <version>${netty.hadoop.version}</version>
807+ <groupId >org.apache.hadoop</groupId >
808+ <artifactId >hadoop-minikdc</artifactId >
811809 <scope >test</scope >
812- </dependency-- >
810+ </dependency >
813811 </dependencies >
814812 <build >
815813 <plugins >
Original file line number Diff line number Diff line change 134134 <artifactId >reload4j</artifactId >
135135 <scope >test</scope >
136136 </dependency >
137+ <!-- ZooKeeperServer needs the below dependencies, thus MiniZooKeeperCluster also needs them -->
138+ <dependency >
139+ <groupId >org.xerial.snappy</groupId >
140+ <artifactId >snappy-java</artifactId >
141+ </dependency >
142+ <dependency >
143+ <groupId >commons-cli</groupId >
144+ <artifactId >commons-cli</artifactId >
145+ </dependency >
137146 </dependencies >
138147
139148 <build >
You can’t perform that action at this time.
0 commit comments