Skip to content

Commit b774f7f

Browse files
committed
v1.2.1
1 parent 382849d commit b774f7f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.excel</groupId>
1616
<artifactId>excel-api</artifactId>
17-
<version>1.0.0</version>
17+
<version>1.2.1</version>
1818
<name>Excel API Service</name>
1919
<description>高可用Excel公式计算API服务</description>
2020

@@ -79,8 +79,7 @@
7979
<version>${poi.version}</version>
8080
</dependency>
8181

82-
<!-- Redis for distributed lock (optional) - 暂时禁用 -->
83-
<!--
82+
<!-- Redis for distributed lock (optional) -->
8483
<dependency>
8584
<groupId>org.springframework.boot</groupId>
8685
<artifactId>spring-boot-starter-data-redis</artifactId>
@@ -90,7 +89,6 @@
9089
<artifactId>redisson</artifactId>
9190
<version>3.25.0</version>
9291
</dependency>
93-
-->
9492

9593
<!-- Lombok -->
9694
<dependency>

0 commit comments

Comments
 (0)