We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9.0.115
dlcdn.apache.org
1 parent 98068d3 commit ae7a5c9Copy full SHA for ae7a5c9
dd-smoke-tests/springboot-tomcat/build.gradle
@@ -7,8 +7,8 @@ plugins {
7
8
ext {
9
serverName = 'tomcat'
10
- serverModule = 'tomcat-8'
11
- serverVersion = '8.5.84'
+ serverModule = 'tomcat-9'
+ serverVersion = '9.0.115'
12
serverExtension = 'zip'
13
}
14
@@ -18,7 +18,7 @@ description = 'SpringBoot Tomcat Smoke Tests.'
18
19
repositories {
20
ivy {
21
- url = 'https://archive.apache.org/dist'
+ url = 'https://dlcdn.apache.org'
22
patternLayout {
23
artifact '/[organisation]/[module]/v[revision]/bin/apache-[organisation]-[revision].[ext]'
24
0 commit comments