Fixup mdsal-docs 16/90516/4
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 19 Jun 2020 08:51:02 +0000 (10:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jun 2020 08:54:18 +0000 (10:54 +0200)
Merge job is failing, fix it up.

Change-Id: Ifc30e344bc9f6a9548b4acb385a5fbfdb6723c4e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 42da3dedebc639e3085da967ebec276e01e1ef2b)

docs/pom.xml

index d79e0ebe8c95fdc2b844360d1055cdd6a059fb74..b220e6694218a6d5b1f52319815af5221664174a 100644 (file)
             <artifactId>junit</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-epoll</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>