Bump odlparent/yangtools/mdsal to 6.0.3/4.0.3/5.0.6
[controller.git] / opendaylight / md-sal / sal-binding-broker / pom.xml
index 4b0af9d4493ec11fbc93e47d02c2d6b833631572..1f834a1ec12bcc601f09df6c32ded4587f0f9ada 100644 (file)
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-model-util</artifactId>
     </dependency>
+
+    <dependency>
+      <!-- Required because BindingToNormalizedNodeCodec extends an annotated class and annotation
+           processors have a hard time with that. -->
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <scope>provided</scope>
+      <optional>true</optional>
+    </dependency>
+
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-inmemory-datastore</artifactId>