We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c318b commit d6feb70Copy full SHA for d6feb70
readme.adoc
@@ -12,21 +12,13 @@ It supports the link:{docs}#verification[verification] of such modular arrangeme
12
+
13
[source, xml]
14
----
15
-<!-- The Maven repository to pull the dependencies from -->
16
-<repositories>
17
- <repository>
18
- <id>spring-snapshots</id>
19
- <url>https://repo.spring.io/snapshot</url>
20
- </repository>
21
-</repositories>
22
-
23
<!-- Include the BOM for simplified version management -->
24
<dependencyManagement>
25
<dependencies>
26
<dependency>
27
<groupId>org.springframework.modulith</groupId>
28
<artifactId>spring-modulith-bom</artifactId>
29
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.2.4</version>
30
<scope>import</scope>
31
<type>pom</type>
32
</dependency>
0 commit comments