Add javax.annotation-api dependencies
[openflowplugin.git] / applications / of-switch-config-pusher / pom.xml
index c5928645948d1aaa4be19aaabac460adfdd86d9e..effdbfb1878ef952c688b60133250fb21bbec459 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>