From: Robert Varga Date: Thu, 12 Dec 2019 15:32:19 +0000 (+0100) Subject: Remove unneeded javassist dependency X-Git-Tag: release/magnesium~26 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=617e6464aee11164a384f7df0672dd71923b088b Remove unneeded javassist dependency The test is not using javassist, let's ditch the declaration. Change-Id: I9226f2029cc4679f4fee8e126db8735e2e1ecd7d Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index dc8ded6105..4b0af9d449 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -95,12 +95,6 @@ slf4j-simple test - - - org.javassist - javassist - test -