Add javax.annotation-api dependencies
[openflowplugin.git] / applications / topology-manager / pom.xml
index bc2673c9adf9de3c6325bbb6e890798c7094310e..a56ac63483b1d0a1510384b61b260203813494e2 100644 (file)
       <artifactId>javax.inject</artifactId>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>org.apache.aries.blueprint</groupId>
       <artifactId>blueprint-maven-plugin-annotation</artifactId>