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