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 dc8ded6105910cdcc13b5e491525ab98f7ade876..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>
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
-
-    <dependency>
-      <groupId>org.javassist</groupId>
-      <artifactId>javassist</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>