We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368a901 commit f6bed74Copy full SHA for f6bed74
springboot-aop-redis-lua/pom.xml
@@ -21,12 +21,14 @@
21
<groupId>org.springframework.boot</groupId>
22
<artifactId>spring-boot-starter-aop</artifactId>
23
</dependency>
24
+ <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
25
<dependency>
26
<groupId>com.google.guava</groupId>
27
<artifactId>guava</artifactId>
- <version>[24.1.1,)</version>
28
+ <version>29.0-jre</version>
29
30
31
+
32
33
<groupId>org.apache.commons</groupId>
34
<artifactId>commons-lang3</artifactId>
0 commit comments