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.
2 parents 667500f + 9218d5a commit 5af0903Copy full SHA for 5af0903
spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml
@@ -19,7 +19,7 @@
19
<main.basedir>${basedir}/../..</main.basedir>
20
<cargo.container.id>tomcat8x</cargo.container.id>
21
<cargo.container.url>
22
- http://archive.apache.org/dist/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip
+ http://central.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip
23
</cargo.container.url>
24
</properties>
25
<dependencies>
0 commit comments