aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r--asdctool/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 0455d7f32e..424bd595a7 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -480,6 +480,16 @@
<scope>test</scope>
</dependency>
<!-- testing end -->
+
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ </dependency>
</dependencies>
<build>