Skip to content

Commit

Permalink
Merge branch '2.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 11, 2012
2 parents c46ee61 + 7804978 commit e173c1d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@ public Object doCall() {
registerDependencies(dependencyManager, "docs", docDependencies);

// dependencies needed during development, but not for deployment
String tomcatVersion = "7.0.25";
String tomcatVersion = "7.0.27";
ModuleRevisionId[] providedDependencies = {
ModuleRevisionId.newInstance("org.apache.tomcat.embed", "tomcat-embed-core", tomcatVersion),
ModuleRevisionId.newInstance("org.apache.tomcat.embed", "tomcat-embed-jasper",tomcatVersion),
Expand Down

0 comments on commit e173c1d

Please sign in to comment.