Remove unneeded javassist dependency 12/86412/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Dec 2019 15:32:19 +0000 (16:32 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Dec 2019 15:32:19 +0000 (16:32 +0100)
The test is not using javassist, let's ditch the declaration.

Change-Id: I9226f2029cc4679f4fee8e126db8735e2e1ecd7d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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>