Skip to content

Commit 1c22ec9

Browse files
committed
Merge branch '2.3.x'
2 parents 4c45c26 + 280ecfc commit 1c22ec9

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,12 +1426,7 @@ And the following example shows one way to set up the starters in Gradle:
14261426
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
14271427
----
14281428
dependencies {
1429-
<<<<<<< HEAD:spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc
1430-
implementation 'org.springframework.boot:spring-boot-starter-web'
1431-
implementation 'org.springframework.boot:spring-boot-starter-log4j2'
1432-
=======
14331429
compile 'org.springframework.boot:spring-boot-starter-web'
1434-
>>>>>>> 2.2.x:spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
14351430
}
14361431
14371432
configurations.all {

0 commit comments

Comments
 (0)