You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/03/04 16:57:39 UTC

[ignite] 01/01: IGNITE-11469: Automatic modules Support for Apache Ignite rest-http

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-11469-modules-rest
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 083ce245ca4447211ff909a7f40bef088eec817e
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Mar 4 19:57:21 2019 +0300

    IGNITE-11469: Automatic modules Support for Apache Ignite rest-http
---
 modules/rest-http/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml
index 9ca0e05..7d75b4f 100644
--- a/modules/rest-http/pom.xml
+++ b/modules/rest-http/pom.xml
@@ -49,12 +49,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>tomcat-servlet-api</artifactId>
-            <version>${tomcat.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
             <version>${commons.lang.version}</version>