You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/antora/modules/ROOT/pages/introduction/getting-started.adoc
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,23 +32,6 @@ Then add the following to `pom.xml` dependencies section.
32
32
----
33
33
====
34
34
35
-
If you are using a milestone or release candidate, you will also need to add the location of the Spring Milestone repository to your maven `pom.xml` which is at the same level of your `<dependencies/>` element.
36
-
37
-
====
38
-
[source,xml]
39
-
----
40
-
<repositories>
41
-
<repository>
42
-
<id>spring-milestone</id>
43
-
<name>Spring Maven MILESTONE Repository</name>
44
-
<url>https://repo.spring.io/milestone</url>
45
-
</repository>
46
-
</repositories>
47
-
----
48
-
====
49
-
50
-
The repository is also https://repo.spring.io/milestone/org/springframework/vault/[browseable here].
51
-
52
35
If you are using a SNAPSHOT, you will also need to add the location of the Spring Snapshot repository to your maven `pom.xml` which is at the same level of your `<dependencies/>` element.
0 commit comments