Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 87e9630

Browse files
jvalkealilayaperumalg
authored andcommitted
Replace aether to apache in docs
- Now simply pointing to apache resolver as we don't use aether anymore. - Fixes #3258
1 parent eb965aa commit 87e9630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ As shown in the preceding example, the remote repositories can be specified alon
5050
The repository policies can be specified for each remote repository configuration as shown in the preceding example.
5151
The key `policy` is applicable to both `snapshot` and the `release` repository policies.
5252

53-
You can refer to https://github.com/eclipse/aether-core/blob/4cf5f7a406b516a45d8bf15e7dfe3fb3849cb87b/aether-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java#L16[Repository Policies] for the list of
53+
You can refer to https://github.com/apache/maven-resolver/blob/master/maven-resolver-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java[Repository Policies] for the list of
5454
supported repository policies.
5555

5656
As these are Spring Boot `@ConfigurationProperties`, that you need to specify by adding them to the `SPRING_APPLICATION_JSON` environment variable. The following example shows how the JSON is structured:

0 commit comments

Comments
 (0)