Skip to content

Commit 7465684

Browse files
authored
Remove unnecessary byte-buddy test dependency (#1034)
This was added for a Mockito fix in #756. This is not necessary now
1 parent 7205c92 commit 7465684

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

asciidoctor-maven-plugin/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
<artifactId>netty-codec-http</artifactId>
6363
<version>4.1.119.Final</version>
6464
</dependency>
65-
<dependency>
66-
<groupId>net.bytebuddy</groupId>
67-
<artifactId>byte-buddy</artifactId>
68-
<version>1.16.1</version>
69-
<scope>test</scope>
70-
</dependency>
7165
</dependencies>
7266

7367
<build>

0 commit comments

Comments
 (0)