提交 c1fecbe2 编写于 作者: T Thinkingcao

更新依赖

上级 3fd0fbdd
......@@ -32,6 +32,7 @@
<poi.version>3.17</poi.version>
<velocity.version>1.7</velocity.version>
<lombok.version>1.18.0</lombok.version>
<fastjson.version>1.2.47</fastjson.version>
</properties>
<!-- 依赖声明 以dependencyManagement声明的父依赖信息,子工程需显示引用方可继承该依赖 -->
......@@ -218,6 +219,14 @@
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<!-- 阿里JSON解析器 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -88,6 +88,16 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<!-- 阿里JSON解析器 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
</dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册