Add javax.annotation-api dependencies
[openflowplugin.git] / applications / reconciliation-framework / pom.xml
index f0201b4a019da4f470cbb25e520b64de50034aab..44e3980c7dba6752e01ac237577f3e67ef08e0da 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>