Add javax.annotation-api dependencies
[openflowplugin.git] / applications / arbitratorreconciliation / impl / pom.xml
index c83e37e2eb46cddeb1ab2fa894bc42e0b3191ed5..1118040477407c599636c58d716bf0a5b1166f07 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>