Restore javassist dependency for tests
[controller.git] / opendaylight / md-sal / sal-binding-broker / pom.xml
index 4b0af9d4493ec11fbc93e47d02c2d6b833631572..dc8ded6105910cdcc13b5e491525ab98f7ade876 100644 (file)
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.javassist</groupId>
+      <artifactId>javassist</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>