Browse Source

#http依赖引入

zhongwei
yang_shj 9 months ago
parent
commit
7849754be3
  1. 6
      hzims-service/hzims-alarm/pom.xml

6
hzims-service/hzims-alarm/pom.xml

@ -59,8 +59,10 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency> <dependency>
<groupId>redis.clients</groupId> <groupId>redis.clients</groupId>
<artifactId>jedis</artifactId> <artifactId>jedis</artifactId>

Loading…
Cancel
Save