We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40b32a commit 46bb96bCopy full SHA for 46bb96b
1 file changed
pom.xml
@@ -81,6 +81,12 @@
81
<artifactId>assertj-core</artifactId>
82
<version>3.26.3</version>
83
<scope>test</scope>
84
+ <exclusions>
85
+ <exclusion>
86
+ <artifactId>byte-buddy</artifactId>
87
+ <groupId>net.bytebuddy</groupId>
88
+ </exclusion>
89
+ </exclusions>
90
</dependency>
91
92
<dependency>
@@ -93,10 +99,6 @@
93
99
<artifactId>junit-jupiter-api</artifactId>
94
100
<groupId>org.junit.jupiter</groupId>
95
101
</exclusion>
96
- <exclusion>
97
- <artifactId>mockito-core</artifactId>
98
- <groupId>org.mockito</groupId>
- </exclusion>
102
</exclusions>
103
104
0 commit comments