From 617e6464aee11164a384f7df0672dd71923b088b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 12 Dec 2019 16:32:19 +0100 Subject: [PATCH] Remove unneeded javassist dependency The test is not using javassist, let's ditch the declaration. Change-Id: I9226f2029cc4679f4fee8e126db8735e2e1ecd7d Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-binding-broker/pom.xml | 6 ------ 1 file changed, 6 deletions(-) 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 - -- 2.36.6