This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 2a60c14 update servlet-api version (#407)
2a60c14 is described below
commit 2a60c141fa36ff48fa138042376a42ef431a4098
Author: Jialin Qiao <[email protected]>
AuthorDate: Fri Sep 20 11:22:21 2019 +0800
update servlet-api version (#407)
---
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>