feature:添加redis客户端依赖包

release
gaorl 2 years ago
parent a37e158ab3
commit e2802568ee
  1. 9
      order-management-consumer/pom.xml

@ -548,6 +548,15 @@
<version>3.1.1</version> <version>3.1.1</version>
</dependency> </dependency>
<!-- axis 1.4 jar end --> <!-- axis 1.4 jar end -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save