File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ benefit of the dependency management (but not the plugin management) by using a
129
129
<artifactId>spring-boot-dependencies</artifactId>
130
130
<version>{spring-boot-version}</version>
131
131
<type>pom</type>
132
- <scope>import</scope>
132
+ <scope>import</scope>
133
133
</dependency>
134
134
</dependencies>
135
135
</dependencyManagement>
@@ -150,8 +150,8 @@ following element to your `pom.xml`:
150
150
<groupId>org.springframework.data</groupId>
151
151
<artifactId>spring-data-releasetrain</artifactId>
152
152
<version>Fowler-SR2</version>
153
- <scope>import</scope>
154
153
<type>pom</type>
154
+ <scope>import</scope>
155
155
</dependency>
156
156
<dependency>
157
157
<groupId>org.springframework.boot</groupId>
You can’t perform that action at this time.
0 commit comments