[NO ISSUE][*DB][EXT] += netty libraries needed for azure
- netty-transport-native-unix-common
- netty-resolver-dns
- netty-codec-dns
- netty-codec-http2
Change-Id: Ibb79c24d939b1c2929d5b3d13a7e249c6e6575f2
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/13963
Reviewed-by: Michael Blow <mblow@apache.org>
Reviewed-by: Till Westmann <tillw@apache.org>
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 90b1ed3..917f799 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -114,6 +114,21 @@
<version>4.1.69.Final</version>
</dependency>
<dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-resolver-dns</artifactId>
+ <version>4.1.69.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec-http2</artifactId>
+ <version>4.1.69.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport-native-unix-common</artifactId>
+ <version>4.1.69.Final</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>