Commit e9f58e45 authored by wuqinghua's avatar wuqinghua

2021/11/16 吴卿华 更新pom文件

parent 6a758e9e
......@@ -106,7 +106,12 @@
<artifactId>easyexcel</artifactId>
<version>2.2.7</version>
</dependency>
<!-- 阿里巴巴获取json其中一段数据 发送http请求导入依赖-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.9</version>
</dependency>
<!-- Neo4j dependency -->
<dependency>
......@@ -132,6 +137,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
<version>0.0.20131108.vaadin1</version>
<scope>compile</scope>
</dependency>
</dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment