Add missing annotation dependencies
[openflowplugin.git] / openflowplugin-it / pom.xml
index a6e40e31d76b4c7338189a1d720b3c8594d05300..66c5acd3da04b48bfeeb0cccd8c3101b8cc88db0 100644 (file)
     </build>
 
     <dependencies>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-it</artifactId>