File tree Expand file tree Collapse file tree 4 files changed +47
-200
lines changed Expand file tree Collapse file tree 4 files changed +47
-200
lines changed Original file line number Diff line number Diff line change 155
155
<groupId >io.opentelemetry</groupId >
156
156
<artifactId >opentelemetry-api</artifactId >
157
157
</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 >
165
158
<dependency >
166
159
<groupId >org.slf4j</groupId >
167
160
<artifactId >jcl-over-slf4j</artifactId >
Original file line number Diff line number Diff line change 835
835
</exclusion >
836
836
</exclusions >
837
837
</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-->
845
838
<dependency >
846
839
<groupId >org.apache.hadoop</groupId >
847
840
<artifactId >hadoop-minikdc</artifactId >
Original file line number Diff line number Diff line change 143
143
<artifactId >log4j-slf4j-impl</artifactId >
144
144
<scope >test</scope >
145
145
</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 >
146
155
</dependencies >
147
156
148
157
<build >
You can’t perform that action at this time.
0 commit comments