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 f88af95 commit 61cec4aCopy full SHA for 61cec4a
build.gradle
@@ -23,9 +23,10 @@ eclipse
23
}
24
25
26
+
27
repositories
28
{
- mavenCentral()
29
+ mavenCentral()
30
31
32
@@ -34,7 +35,7 @@ dependencies
34
35
// Spring Boot web starter
36
implementation("org.springframework.boot:spring-boot-starter-web")
37
- // Don't include Tomcat in the runtime build, but do put it in WEB-INF so it can be run standalone a well as embedded
38
+ // Don't include Tomcat in the runtime build, but do put it in WEB-INF so it can be run standalone as well as embedded
39
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
40
41
// CICS TS V5.5 Maven BOM (as of 19th May 2020)
0 commit comments