Skip to content

Commit 1c66508

Browse files
authored
Fix Byte Buddy dependency scope for unit testing (#2755)
1 parent 615c118 commit 1c66508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
<groupId>net.bytebuddy</groupId>
152152
<artifactId>byte-buddy</artifactId>
153153
<version>1.15.11</version>
154+
<scope>test</scope>
154155
</dependency>
155156
<dependency>
156157
<groupId>net.bytebuddy</groupId>

0 commit comments

Comments
 (0)