Add CDI annotations to mdsal-binding-dom-adapter
[mdsal.git] / binding / mdsal-binding-dom-adapter / pom.xml
index ccb5beaf8b1dc27689e636adb547bb25426a53ac..9aebdb3c46a3af71dce9011a8d3e9f23115306ad 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>