You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/09/20 04:58:08 UTC

[incubator-iotdb] 01/01: exclusion servlet in iotdb-jdbc

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 d83a968fde2cf88c4fbe51d8ab5403bb9ae02810
Author: qiaojialin <64...@qq.com>
AuthorDate: Fri Sep 20 12:57:50 2019 +0800

    exclusion servlet in iotdb-jdbc
---
 grafana/pom.xml | 6 ++++++
 pom.xml         | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/grafana/pom.xml b/grafana/pom.xml
index e472115..fd1a712 100644
--- a/grafana/pom.xml
+++ b/grafana/pom.xml
@@ -62,6 +62,12 @@
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
             <version>0.9.0-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index 56391ea..38f69f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,11 +105,6 @@
                 <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>