File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
src/test/java/org/apache/maven/plugin/compiler Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <groupId >org.apache.maven.plugins</groupId >
2525 <artifactId >maven-plugins</artifactId >
26- <version >43 </version >
26+ <version >44 </version >
2727 <relativePath />
2828 </parent >
2929
@@ -84,6 +84,7 @@ under the License.
8484 <dependency >
8585 <groupId >org.apache.maven.plugin-tools</groupId >
8686 <artifactId >maven-plugin-annotations</artifactId >
87+ <version >${version.maven-plugin-tools} </version >
8788 <scope >provided</scope >
8889 </dependency >
8990 <!-- Maven -->
Original file line number Diff line number Diff line change 3737import static org .apache .maven .plugin .compiler .MojoTestUtils .getMockMojoExecution ;
3838import static org .apache .maven .plugin .compiler .MojoTestUtils .getVariableValueFromObject ;
3939import static org .apache .maven .plugin .compiler .MojoTestUtils .setVariableValueToObject ;
40- import static org .junit .jupiter .api .Assertions .*;
40+ import static org .junit .jupiter .api .Assertions .assertEquals ;
41+ import static org .junit .jupiter .api .Assertions .assertFalse ;
42+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
43+ import static org .junit .jupiter .api .Assertions .assertNull ;
44+ import static org .junit .jupiter .api .Assertions .assertTrue ;
45+ import static org .junit .jupiter .api .Assertions .fail ;
4146import static org .mockito .ArgumentMatchers .startsWith ;
4247import static org .mockito .Mockito .mock ;
4348import static org .mockito .Mockito .never ;
Original file line number Diff line number Diff line change 3939import static org .apache .maven .plugin .compiler .MojoTestUtils .getMockMojoExecution ;
4040import static org .apache .maven .plugin .compiler .MojoTestUtils .getVariableValueFromObject ;
4141import static org .apache .maven .plugin .compiler .MojoTestUtils .setVariableValueToObject ;
42- import static org .junit .jupiter .api .Assertions .*;
42+ import static org .junit .jupiter .api .Assertions .assertEquals ;
43+ import static org .junit .jupiter .api .Assertions .assertFalse ;
44+ import static org .junit .jupiter .api .Assertions .assertTrue ;
4345
4446@ MojoTest
4547class TestCompilerMojoTest {
You can’t perform that action at this time.
0 commit comments