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/12 13:41:10 UTC

[ignite] branch master updated: IGNITE-11469: Automatic modules Support for Apache Ignite rest-http: fix of NCDFE (#6256)

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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 84c4582  IGNITE-11469: Automatic modules Support for Apache Ignite rest-http: fix of NCDFE (#6256)
84c4582 is described below

commit 84c458283e01b4f93ca4d29d3844f663a1c124b1
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Tue Mar 12 16:40:32 2019 +0300

    IGNITE-11469: Automatic modules Support for Apache Ignite rest-http: fix of NCDFE (#6256)
---
 modules/rest-http/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml
index 7d75b4f..5a60e3d 100644
--- a/modules/rest-http/pom.xml
+++ b/modules/rest-http/pom.xml
@@ -91,6 +91,12 @@
         </dependency>
 
         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+        </dependency>
+
+        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
             <version>${jackson.version}</version>