Add javax.annotation-api dependencies
[openflowplugin.git] / applications / forwardingrules-manager / pom.xml
index 494ee56a8604c7bed606579eb29435f8df4abe7e..6ebb919b4f7950b003bda28047d099330cf71139 100644 (file)
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-api</artifactId>