Add NettyBootstrapFactory to hold OVSDB network threads
[ovsdb.git] / library / impl / pom.xml
index c6b88ba34342c0122c3df681fb77ddda33e41e26..df72e5f83ea85b4efbbd421e5bae204bb3bd819b 100644 (file)
@@ -77,6 +77,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <optional>true</optional>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>