spring-boot/spring-boot-dependencies
Andy Wilkinson a68cf77386 Upgrade to Tomcat 8.5.5
As part of the upgrade, Tomcat now requires a keystore to contain
an X.509 certificate. The two stores used in our tests have been
updated by exporting their private keys and adding them as
certificates. For example:

$ keytool -exportcert -keystore test.jks -alias tomcat > exported
$ keytool -importcert -keystore test.jks -file exported

Closes gh-6703
Closes gh-6657
2016-09-14 14:59:53 +01:00
..
src/main/xslt Support bom-based dependency management in the CLI 2015-05-07 14:58:23 +01:00
pom.xml Upgrade to Tomcat 8.5.5 2016-09-14 14:59:53 +01:00