You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2016/07/07 17:52:36 UTC

[2/7] usergrid git commit: Add support for later versions of tomcat.

Add support for later versions of tomcat.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/4613e09e
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/4613e09e
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/4613e09e

Branch: refs/heads/usergrid-1268-akka-211
Commit: 4613e09ee9d5b6df8fae3cc6419142d09a98c312
Parents: bd96b18
Author: Michael Russo <mr...@apigee.com>
Authored: Wed Jul 6 16:43:09 2016 -0700
Committer: Michael Russo <mr...@apigee.com>
Committed: Wed Jul 6 16:43:09 2016 -0700

----------------------------------------------------------------------
 stack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/4613e09e/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index dd35891..1bf1f92 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -117,7 +117,7 @@
         <shiro-version>1.2.4</shiro-version>
         <slf4j-version>1.7.2</slf4j-version>
         <snakeyaml-version>1.9</snakeyaml-version>
-        <tomcat-version>7.0.64</tomcat-version>
+        <tomcat-version>8.5.3</tomcat-version>
         <antlr.version>3.4</antlr.version>
         <tika.version>1.4</tika.version>
         <mockito.version>1.10.8</mockito.version>