Skip to content

Commit 33c1492

Browse files
committed
Remove documentation reference to spring-vault-dependencies.
Closes gh-785
1 parent 112aead commit 33c1492

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed
Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,7 @@
11
[[dependencies]]
22
== Dependencies
33

4-
The easiest way to find compatible versions of Spring Vault dependencies is by relying on the Spring Vault BOM we ship with the compatible versions defined.
5-
In a Maven project you would declare this dependency in the
6-
`<dependencyManagement />` section of your `pom.xml`:
7-
8-
.Using the Spring Vault BOM
9-
====
10-
[source,xml,subs="verbatim,attributes"]
11-
----
12-
<dependencyManagement>
13-
<dependencies>
14-
<dependency>
15-
<groupId>org.springframework.vault</groupId>
16-
<artifactId>spring-vault-dependencies</artifactId>
17-
<version>{version}</version>
18-
<scope>import</scope>
19-
<type>pom</type>
20-
</dependency>
21-
</dependencies>
22-
</dependencyManagement>
23-
----
24-
====
25-
26-
[[dependencies.names]]
27-
The current version is `{version}`.
28-
The version name follows the following patterns: `$\{version\}` for GA and service releases and `$\{version\}-$\{release\}` for snapshots and milestones. `release` can be one of the following:
29-
30-
* `SNAPSHOT` - current snapshots
31-
* `M1`, `M2` etc. - milestones
32-
* `RC1`, `RC2` etc. - release candidates
4+
If you want to use Spring Vault in your project, declare a dependency to the `spring-vault-core` artifact.
335

346
.Declaring a dependency to Spring Vault
357
====
@@ -44,10 +16,13 @@ The version name follows the following patterns: `$\{version\}` for GA and servi
4416
----
4517
====
4618

19+
The easiest way to find compatible versions of Spring Vault dependencies is by inspecting the properties section of link:https://github.com/spring-projects/spring-vault/blob/main/pom.xml[`spring-vault-parent`].
20+
We generally recommend upgrading to the latest dependency of Jackson, your HTTP clients and your Cloud provider SDK.
21+
4722
[[dependencies.spring-framework]]
4823
== Spring Framework
4924

5025
The current version of Spring Vault requires Spring Framework in version
51-
{springVersion} or better.
26+
{springVersion} or newer.
5227
The modules might also work with an older bugfix version of that minor version.
5328
However, using the most recent version within that generation is highly recommended.

0 commit comments

Comments
 (0)