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:42 UTC

[ignite] branch ignite-11469-2 created (now 82719a4)

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

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


      at 82719a4  IGNITE-11469: Automatic modules Support for Apache Ignite rest-http: fix of NCDFE

This branch includes the following new commits:

     new 82719a4  IGNITE-11469: Automatic modules Support for Apache Ignite rest-http: fix of NCDFE

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by dp...@apache.org.
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>