commit | 6410663e031871a9e6b13323c26aafdc517c8dc9 | [log] [tgz] |
---|---|---|
author | Michael Blow <michael.blow@couchbase.com> | Fri Jan 21 08:51:39 2022 -0500 |
committer | Michael Blow <mblow@apache.org> | Sun Jan 23 13:40:49 2022 +0000 |
tree | e435fe84a098e869ee9be9fd40887a5ffedc921a | |
parent | 761f0b354a6ecf5be3bee5aaef0167109668d783 [diff] [blame] |
[NO ISSUE][HYR][HDFS] Exclude netty-all transitive dependency from hadoop Change-Id: I659caef68dea27a55c81a38930760b8c9720601b Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14903 Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Michael Blow <mblow@apache.org> Reviewed-by: Hussain Towaileb <hussainht@gmail.com>
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml index 9528eaa..a35f816 100644 --- a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
@@ -132,6 +132,12 @@ <type>test-jar</type> <classifier>tests</classifier> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>io.netty</groupId> + <artifactId>netty-all</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.hadoop</groupId>