Commit 14b375e 1 parent 7350464 commit 14b375e Copy full SHA for 14b375e
File tree 3 files changed +11
-6
lines changed
src/main/java/org/apache/maven/plugins/clean
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,14 @@ under the License.
73
73
<scope >provided</scope >
74
74
</dependency >
75
75
<dependency >
76
- <groupId >org.apache.maven.shared</groupId >
77
- <artifactId >maven-shared-utils</artifactId >
78
- <version >3.3.4</version >
76
+ <groupId >org.codehaus.plexus</groupId >
77
+ <artifactId >plexus-utils</artifactId >
78
+ <version >4.0.0</version >
79
+ </dependency >
80
+ <dependency >
81
+ <groupId >org.codehaus.plexus</groupId >
82
+ <artifactId >plexus-xml</artifactId >
83
+ <version >4.0.0</version >
79
84
</dependency >
80
85
81
86
<!-- dependencies to annotations -->
Original file line number Diff line number Diff line change 34
34
import org .apache .maven .execution .ExecutionListener ;
35
35
import org .apache .maven .execution .MavenSession ;
36
36
import org .apache .maven .plugin .logging .Log ;
37
- import org .apache . maven . shared . utils .Os ;
37
+ import org .codehaus . plexus . util .Os ;
38
38
import org .eclipse .aether .SessionData ;
39
39
40
40
import static org .apache .maven .plugins .clean .CleanMojo .FAST_MODE_BACKGROUND ;
Original file line number Diff line number Diff line change 21
21
import java .io .File ;
22
22
import java .util .Arrays ;
23
23
24
- import org .apache . maven . shared . utils . io .DirectoryScanner ;
25
- import org .apache . maven . shared . utils . io .SelectorUtils ;
24
+ import org .codehaus . plexus . util .DirectoryScanner ;
25
+ import org .codehaus . plexus . util .SelectorUtils ;
26
26
27
27
/**
28
28
* Selects paths based on Ant-like glob patterns.
You can’t perform that action at this time.
0 commit comments