Skip to content

Commit fe64e28

Browse files
committed
Polishing.
Remove outdated bytebuddy dependency. See gh-944
1 parent 0266cd2 commit fe64e28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@
304304
<artifactId>assertj-core</artifactId>
305305
<version>${assertj-core.version}</version>
306306
<scope>test</scope>
307+
<exclusions>
308+
<exclusion>
309+
<groupId>net.bytebuddy</groupId>
310+
<artifactId>byte-buddy</artifactId>
311+
</exclusion>
312+
</exclusions>
307313
</dependency>
308314

309315
<dependency>

0 commit comments

Comments
 (0)