diff options
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index c1ea1396af..b167cc1992 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -257,6 +257,11 @@ <artifactId>groovy</artifactId> </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-handler</artifactId> + </dependency> + </dependencies> <build> |