Browse Source

Uses the latest version of Tomcat 7 in the sample

pull/2400/merge
Andy Wilkinson 11 years ago
parent
commit
8e8bf8e177
  1. 2
      spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml

2
spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>
<tomcat.version>7.0.56</tomcat.version>
<tomcat.version>7.0.57</tomcat.version>
<java.version>1.7</java.version>
</properties>
<dependencies>

Loading…
Cancel
Save