--- Adjust Tomcat Version --- Olivier Lamy --- 2012-04-11 --- ~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file ~~ distributed with this work for additional information ~~ regarding copyright ownership. The ASF licenses this file ~~ to you under the Apache License, Version 2.0 (the ~~ "License"); you may not use this file except in compliance ~~ with the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, ~~ software distributed under the License is distributed on an ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~~ KIND, either express or implied. See the License for the ~~ specific language governing permissions and limitations ~~ under the License. ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html Adjust Tomcat Version In case you need to adjust the version of the embedded tomcat to run you can do so by changing the runtime-dependencies: +-- [...] 7.0.27 [...] [...] org.apache.tomcat.maven tomcat7-maven-plugin ${project.version} org.apache.tomcat.embed tomcat-embed-core ${tomcat.version} org.apache.tomcat tomcat-util ${tomcat.version} org.apache.tomcat tomcat-coyote ${tomcat.version} org.apache.tomcat tomcat-api ${tomcat.version} org.apache.tomcat tomcat-jdbc ${tomcat.version} org.apache.tomcat tomcat-dbcp ${tomcat.version} org.apache.tomcat tomcat-servlet-api ${tomcat.version} org.apache.tomcat tomcat-jsp-api ${tomcat.version} org.apache.tomcat tomcat-jasper ${tomcat.version} org.apache.tomcat tomcat-jasper-el ${tomcat.version} org.apache.tomcat tomcat-el-api ${tomcat.version} org.apache.tomcat tomcat-catalina ${tomcat.version} org.apache.tomcat tomcat-tribes ${tomcat.version} org.apache.tomcat tomcat-catalina-ha ${tomcat.version} org.apache.tomcat tomcat-annotations-api ${tomcat.version} org.apache.tomcat tomcat-juli ${tomcat.version} org.apache.tomcat.embed tomcat-embed-logging-juli ${tomcat.version} org.apache.tomcat.embed tomcat-embed-logging-log4j ${tomcat.version} [...] [...] [...] +--