Restore javassist dependency for tests 08/83908/1
authorStephen Kitt <skitt@redhat.com>
Thu, 22 Aug 2019 14:02:54 +0000 (16:02 +0200)
committerStephen Kitt <skitt@redhat.com>
Thu, 22 Aug 2019 14:02:54 +0000 (16:02 +0200)
It’s still used in BindingBrokerTestFactory.

Change-Id: Id162dcc1c45b776644888a7bd4d0c7f603f1216f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
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>