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

qiaojialin pushed a commit to branch fix_grafana
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 6eaeeb0fa53b990a14ef73fa22e3606be9745a94
Author: qiaojialin <[email protected]>
AuthorDate: Fri Sep 20 10:50:19 2019 +0800

    update servlet-api version
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 38f69f6..56391ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,11 @@
                 <version>${logback.version}</version>
             </dependency>
             <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>javax.servlet-api</artifactId>
+                <version>3.1.0</version>
+            </dependency>
+            <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>fastjson</artifactId>
                 <version>1.2.31</version>

Reply via email to