|
74 | 74 | <version>5.10.1</version>
|
75 | 75 | <scope>test</scope>
|
76 | 76 | </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> |
77 | 89 | <dependency>
|
78 | 90 | <groupId>org.mockito</groupId>
|
79 | 91 | <artifactId>mockito-core</artifactId>
|
80 | 92 | <version>5.7.0</version>
|
81 | 93 | <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> |
82 | 104 | </dependency>
|
83 | 105 | </dependencies>
|
84 | 106 |
|
|
179 | 201 |
|
180 | 202 | <build>
|
181 | 203 | <plugins>
|
| 204 | + <plugin> |
| 205 | + <artifactId>maven-resources-plugin</artifactId> |
| 206 | + <version>3.3.1</version> |
| 207 | + </plugin> |
182 | 208 | <plugin>
|
183 | 209 | <groupId>org.apache.maven.plugins</groupId>
|
184 | 210 | <artifactId>maven-compiler-plugin</artifactId>
|
|
0 commit comments