Skip to content

Commit 46bb96b

Browse files
committed
Fix build
1 parent b40b32a commit 46bb96b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
<artifactId>assertj-core</artifactId>
8282
<version>3.26.3</version>
8383
<scope>test</scope>
84+
<exclusions>
85+
<exclusion>
86+
<artifactId>byte-buddy</artifactId>
87+
<groupId>net.bytebuddy</groupId>
88+
</exclusion>
89+
</exclusions>
8490
</dependency>
8591

8692
<dependency>
@@ -93,10 +99,6 @@
9399
<artifactId>junit-jupiter-api</artifactId>
94100
<groupId>org.junit.jupiter</groupId>
95101
</exclusion>
96-
<exclusion>
97-
<artifactId>mockito-core</artifactId>
98-
<groupId>org.mockito</groupId>
99-
</exclusion>
100102
</exclusions>
101103
</dependency>
102104

0 commit comments

Comments
 (0)