Add javax.annotation-api dependencies
[openflowplugin.git] / applications / southbound-cli / pom.xml
index fd2d3fb670435ef024f5e48a4c77261631b4d914..2923a22447214ced3d65747abe6dd029f3a1c4be 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>
     </dependencies>
 
 </project>