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 151
151
<groupId >io.opentelemetry</groupId >
152
152
<artifactId >opentelemetry-api</artifactId >
153
153
</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 >
161
154
<dependency >
162
155
<groupId >org.slf4j</groupId >
163
156
<artifactId >jcl-over-slf4j</artifactId >
Original file line number Diff line number Diff line change 830
830
</exclusion >
831
831
</exclusions >
832
832
</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-->
840
833
<dependency >
841
834
<groupId >org.apache.hadoop</groupId >
842
835
<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