Skip to content

Commit 76aaa5b

Browse files
Deprecate org.apache.maven.repository.RepositorySystem in 3.9.x
As we have only legacy implementation and use many other staff that is already deprecated.
1 parent 59accd6 commit 76aaa5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
/**
3939
* @author Jason van Zyl
4040
* @since 3.0-alpha
41+
*
42+
* @deprecated Use maven-resolver and new DefaultArtifact(...) directly instead.
4143
*/
44+
@Deprecated
4245
public interface RepositorySystem {
4346
String DEFAULT_LOCAL_REPO_ID = "local";
4447

0 commit comments

Comments
 (0)