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 12:06:43 UTC

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

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

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

commit 82719a4e3e81fd8cafc3aeb39800884fddd8b8d2
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Tue Mar 12 15:06:21 2019 +0300

    IGNITE-11469: Automatic modules Support for Apache Ignite rest-http: fix of NCDFE
---
 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>