IGNITE-9058 Update Apache Tomcat dependency version - Fixes #4418.

Signed-off-by: Dmitriy Pavlov <dpav...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8cf49534
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8cf49534
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8cf49534

Branch: refs/heads/ignite-8446
Commit: 8cf4953446f60e2d472b52be7cdd085b2e56068b
Parents: ce8c67e
Author: Fedotov <vane...@gmail.com>
Authored: Thu Jul 26 14:26:33 2018 +0300
Committer: Dmitriy Pavlov <dpav...@apache.org>
Committed: Thu Jul 26 14:26:33 2018 +0300

----------------------------------------------------------------------
 assembly/LICENSE_FABRIC | 2 +-
 parent/pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/8cf49534/assembly/LICENSE_FABRIC
----------------------------------------------------------------------
diff --git a/assembly/LICENSE_FABRIC b/assembly/LICENSE_FABRIC
index a16381e..0beb533 100644
--- a/assembly/LICENSE_FABRIC
+++ b/assembly/LICENSE_FABRIC
@@ -261,7 +261,7 @@ This product bundles JTidy which is available under the 
following:
 Java HTML Tidy License. For details, see 
http://jtidy.svn.sourceforge.net/viewvc/jtidy/trunk/jtidy/LICENSE.txt?revision=95.
 
 ==============================================================================
-For tomcat-servlet-api (http://tomcat.apache.org/) 
org.apache.tomcat:tomcat-servlet-api:jar:8.0.23
+For tomcat-servlet-api (http://tomcat.apache.org/) 
org.apache.tomcat:tomcat-servlet-api:jar:9.0.8
 ==============================================================================
 This product bundles tomcat-servlet-api which is available under the following:
 Apache License, Version 2.0 and Common Development And Distribution License 
(CDDL) Version 1.0. For details, see 
http://www.apache.org/licenses/LICENSE-2.0.txt and 
http://www.opensource.org/licenses/cddl1.txt.

http://git-wip-us.apache.org/repos/asf/ignite/blob/8cf49534/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a54569..971c505 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,7 +118,7 @@
         <spring-5.0.version>5.0.5.RELEASE</spring-5.0.version><!-- don't 
forget to update spring-data-2.0 version -->
         
<spring41.osgi.feature.version>4.1.7.RELEASE_1</spring41.osgi.feature.version>
         <storm.version>1.1.1</storm.version>
-        <tomcat.version>8.0.23</tomcat.version>
+        <tomcat.version>9.0.8</tomcat.version>
         <twitter.hbc.version>2.2.0</twitter.hbc.version>
         
<yammer.metrics.annotation.version>2.2.0</yammer.metrics.annotation.version>
         <yammer.metrics.core.version>2.2.0</yammer.metrics.core.version>

Reply via email to