Add javax.annotation-api dependencies
[openflowplugin.git] / applications / device-ownership-service / pom.xml
index 518b9a2c681ef573b476a4ba4eb3c18af731efe5..ce4aa767b6dfee2400426d91bc9d42bbc00bb495 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>