File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
src/test/java/org/apache/maven/plugins/clean Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ under the License.
103103 <dependency >
104104 <groupId >org.apache.maven.plugin-testing</groupId >
105105 <artifactId >maven-plugin-testing-harness</artifactId >
106- <version >4.0.0-alpha-2 </version >
106+ <version >3. 4.0</version >
107107 <scope >test</scope >
108108 </dependency >
109109 <dependency >
@@ -117,12 +117,6 @@ under the License.
117117 <version >4.11.0</version >
118118 <scope >test</scope >
119119 </dependency >
120- <dependency >
121- <groupId >org.codehaus.plexus</groupId >
122- <artifactId >plexus-testing</artifactId >
123- <version >1.7.0</version >
124- <scope >test</scope >
125- </dependency >
126120 </dependencies >
127121
128122 <profiles >
Original file line number Diff line number Diff line change 2929import java .nio .file .Paths ;
3030import java .util .Collections ;
3131
32+ import org .apache .maven .api .plugin .testing .InjectMojo ;
33+ import org .apache .maven .api .plugin .testing .MojoTest ;
3234import org .apache .maven .plugin .MojoExecutionException ;
3335import org .apache .maven .plugin .logging .SystemStreamLog ;
34- import org .apache .maven .plugin .testing .junit5 .InjectMojo ;
35- import org .apache .maven .plugin .testing .junit5 .MojoTest ;
3636import org .junit .jupiter .api .Test ;
3737import org .junit .jupiter .api .condition .DisabledOnOs ;
3838import org .junit .jupiter .api .condition .EnabledOnOs ;
3939import org .junit .jupiter .api .condition .OS ;
4040
41- import static org .apache .maven .plugin .testing .junit5 . MojoExtension .setVariableValueToObject ;
42- import static org .codehaus . plexus . testing .PlexusExtension . getBasedir ;
41+ import static org .apache .maven .api . plugin .testing .MojoExtension .getBasedir ;
42+ import static org .apache . maven . api . plugin . testing .MojoExtension . setVariableValueToObject ;
4343import static org .codehaus .plexus .util .IOUtil .copy ;
4444import static org .junit .jupiter .api .Assertions .assertFalse ;
4545import static org .junit .jupiter .api .Assertions .assertNotNull ;
You can’t perform that action at this time.
0 commit comments