File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 7474 <version >5.10.1</version >
7575 <scope >test</scope >
7676 </dependency >
77+ <dependency >
78+ <groupId >net.bytebuddy</groupId >
79+ <artifactId >byte-buddy-agent</artifactId >
80+ <version >1.14.10</version >
81+ <scope >test</scope >
82+ </dependency >
83+ <dependency >
84+ <groupId >net.bytebuddy</groupId >
85+ <artifactId >byte-buddy</artifactId >
86+ <version >1.14.10</version >
87+ <scope >test</scope >
88+ </dependency >
7789 <dependency >
7890 <groupId >org.mockito</groupId >
7991 <artifactId >mockito-core</artifactId >
8092 <version >5.7.0</version >
8193 <scope >test</scope >
94+ <exclusions >
95+ <exclusion >
96+ <groupId >net.bytebuddy</groupId >
97+ <artifactId >byte-buddy-agent</artifactId >
98+ </exclusion >
99+ <exclusion >
100+ <groupId >net.bytebuddy</groupId >
101+ <artifactId >byte-buddy</artifactId >
102+ </exclusion >
103+ </exclusions >
82104 </dependency >
83105 </dependencies >
84106
179201
180202 <build >
181203 <plugins >
204+ <plugin >
205+ <artifactId >maven-resources-plugin</artifactId >
206+ <version >3.3.1</version >
207+ </plugin >
182208 <plugin >
183209 <groupId >org.apache.maven.plugins</groupId >
184210 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments