Skip to content

Commit 66bdb34

Browse files
committed
style: 剔除不必要的依赖
1 parent fb706c8 commit 66bdb34

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

springboot-api-lock/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-data-redis</artifactId>
2222
</dependency>
23-
<dependency>
24-
<groupId>org.springframework.boot</groupId>
25-
<artifactId>spring-boot-starter-data-redis-reactive</artifactId>
26-
</dependency>
23+
<!-- <dependency>-->
24+
<!-- <groupId>org.springframework.boot</groupId>-->
25+
<!-- <artifactId>spring-boot-starter-data-redis-reactive</artifactId>-->
26+
<!-- </dependency>-->
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-web</artifactId>
@@ -33,11 +33,11 @@
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-aop</artifactId>
3535
</dependency>
36-
<dependency>
37-
<groupId>redis.clients</groupId>
38-
<artifactId>jedis</artifactId>
39-
<version>2.9.0</version>
40-
</dependency>
36+
<!-- <dependency>-->
37+
<!-- <groupId>redis.clients</groupId>-->
38+
<!-- <artifactId>jedis</artifactId>-->
39+
<!-- <version>2.9.0</version>-->
40+
<!-- </dependency>-->
4141
<dependency>
4242
<groupId>com.alibaba</groupId>
4343
<artifactId>fastjson</artifactId>

0 commit comments

Comments
 (0)