File tree Expand file tree Collapse file tree 6 files changed +5
-9
lines changed
main/java/org/apache/maven
test/java/org/apache/maven Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,6 @@ under the License.
7575 <groupId >org.apache.maven</groupId >
7676 <artifactId >maven-model-builder</artifactId >
7777 </dependency >
78- <dependency >
79- <groupId >org.apache.maven</groupId >
80- <artifactId >maven-resolver-provider</artifactId >
81- </dependency >
8278 <dependency >
8379 <groupId >org.apache.maven</groupId >
8480 <artifactId >maven-api-core</artifactId >
Original file line number Diff line number Diff line change 3434import org .apache .maven .artifact .handler .manager .ArtifactHandlerManager ;
3535import org .apache .maven .artifact .repository .ArtifactRepository ;
3636import org .apache .maven .artifact .repository .ArtifactRepositoryPolicy ;
37- import org .apache .maven .repository . internal .artifact .MavenArtifactProperties ;
37+ import org .apache .maven .internal . impl . resolver .artifact .MavenArtifactProperties ;
3838import org .eclipse .aether .DefaultRepositorySystemSession ;
3939import org .eclipse .aether .RepositorySystem ;
4040import org .eclipse .aether .RepositorySystemSession ;
Original file line number Diff line number Diff line change 2121import org .apache .maven .api .PathType ;
2222import org .apache .maven .api .Type ;
2323import org .apache .maven .api .services .TypeRegistry ;
24- import org .apache .maven .repository . internal .type .DefaultType ;
24+ import org .apache .maven .internal . impl . resolver .type .DefaultType ;
2525import org .eclipse .aether .artifact .ArtifactType ;
2626import org .eclipse .aether .artifact .ArtifactTypeRegistry ;
2727
Original file line number Diff line number Diff line change 7373import org .apache .maven .artifact .repository .ArtifactRepository ;
7474import org .apache .maven .bridge .MavenRepositorySystem ;
7575import org .apache .maven .internal .impl .InternalSession ;
76+ import org .apache .maven .internal .impl .resolver .ArtifactDescriptorUtils ;
7677import org .apache .maven .model .building .FileModelSource ;
7778import org .apache .maven .model .building .ModelBuildingRequest ;
7879import org .apache .maven .model .building .ModelSource2 ;
8182import org .apache .maven .plugin .PluginManagerException ;
8283import org .apache .maven .plugin .PluginResolutionException ;
8384import org .apache .maven .plugin .version .PluginVersionResolutionException ;
84- import org .apache .maven .repository .internal .ArtifactDescriptorUtils ;
8585import org .eclipse .aether .RepositorySystem ;
8686import org .eclipse .aether .RepositorySystemSession ;
8787import org .eclipse .aether .repository .LocalRepositoryManager ;
Original file line number Diff line number Diff line change 3939import org .apache .maven .internal .impl .DefaultSessionFactory ;
4040import org .apache .maven .internal .impl .InternalMavenSession ;
4141import org .apache .maven .internal .impl .InternalSession ;
42+ import org .apache .maven .internal .impl .resolver .MavenSessionBuilderSupplier ;
4243import org .apache .maven .model .Build ;
4344import org .apache .maven .model .Dependency ;
4445import org .apache .maven .model .Exclusion ;
4950import org .apache .maven .project .DefaultProjectBuildingRequest ;
5051import org .apache .maven .project .MavenProject ;
5152import org .apache .maven .project .ProjectBuildingRequest ;
52- import org .apache .maven .repository .internal .MavenSessionBuilderSupplier ;
5353import org .apache .maven .session .scope .internal .SessionScope ;
5454import org .codehaus .plexus .PlexusContainer ;
5555import org .codehaus .plexus .testing .PlexusTest ;
Original file line number Diff line number Diff line change 5353import org .apache .maven .execution .DefaultMavenExecutionResult ;
5454import org .apache .maven .execution .MavenSession ;
5555import org .apache .maven .execution .scope .internal .MojoExecutionScope ;
56- import org .apache .maven .repository . internal .MavenSessionBuilderSupplier ;
56+ import org .apache .maven .internal . impl . resolver .MavenSessionBuilderSupplier ;
5757import org .apache .maven .rtinfo .RuntimeInformation ;
5858import org .apache .maven .session .scope .internal .SessionScope ;
5959import org .apache .maven .toolchain .DefaultToolchainManagerPrivate ;
You can’t perform that action at this time.
0 commit comments