Skip to content

Commit 571c573

Browse files
Switch springboot-tomcat smoke test to Tomcat 9.0.115 via dlcdn.apache.org (#10763) (#10881)
Switch springboot-tomcat smoke test to Tomcat `9.0.115` via `dlcdn.apache.org` (cherry picked from commit ae7a5c9) Co-authored-by: Alexey Kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent c83829f commit 571c573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dd-smoke-tests/springboot-tomcat/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77

88
ext {
99
serverName = 'tomcat'
10-
serverModule = 'tomcat-8'
11-
serverVersion = '8.5.84'
10+
serverModule = 'tomcat-9'
11+
serverVersion = '9.0.115'
1212
serverExtension = 'zip'
1313
}
1414

@@ -18,7 +18,7 @@ description = 'SpringBoot Tomcat Smoke Tests.'
1818

1919
repositories {
2020
ivy {
21-
url = 'https://archive.apache.org/dist'
21+
url = 'https://dlcdn.apache.org'
2222
patternLayout {
2323
artifact '/[organisation]/[module]/v[revision]/bin/apache-[organisation]-[revision].[ext]'
2424
}

0 commit comments

Comments
 (0)