|
@@ -18,6 +18,12 @@
|
|
|
<artifactId>hsweb-web-datasource</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-redis</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>javax.el</groupId>
|
|
|
<artifactId>el-api</artifactId>
|