From 1dc4a701266ca71c9de022ee32c743db8fae1166 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 22 Aug 2019 16:02:54 +0200 Subject: [PATCH] Restore javassist dependency for tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It’s still used in BindingBrokerTestFactory. Change-Id: Id162dcc1c45b776644888a7bd4d0c7f603f1216f Signed-off-by: Stephen Kitt --- opendaylight/md-sal/sal-binding-broker/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 4b0af9d449..dc8ded6105 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -95,6 +95,12 @@ slf4j-simple test + + + org.javassist + javassist + test + -- 2.36.6