Skip to content

Commit 280ecfc

Browse files
committed
Polish
1 parent 189fa12 commit 280ecfc

File tree

1 file changed

+0
-5
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc

1 file changed

+0
-5
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc

-5
Original file line numberDiff line numberDiff line change
@@ -1436,12 +1436,7 @@ And the following example shows one way to set up the starters in Gradle:
14361436
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
14371437
----
14381438
dependencies {
1439-
<<<<<<< HEAD:spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc
1440-
implementation 'org.springframework.boot:spring-boot-starter-web'
1441-
implementation 'org.springframework.boot:spring-boot-starter-log4j2'
1442-
=======
14431439
compile 'org.springframework.boot:spring-boot-starter-web'
1444-
>>>>>>> 2.2.x:spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
14451440
}
14461441
14471442
configurations.all {

0 commit comments

Comments
 (0)